Changeset 260
- Timestamp:
- 08/11/2010 09:56:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/seed_io/seedquickdump.c
r203 r260 3 3 * =============== 4 4 * 5 * $Revision: 1 20 $, $Date: 2010-04-01 14:17:38 +0200 (Do, 01 Apr2010) $5 * $Revision: 133 $, $Date: 2010-08-11 09:50:01 +0200 (Mi, 11 Aug 2010) $ 6 6 * 7 7 * Dumps out Headerinfo of SEED files. … … 317 317 printf( "%c%c ", seedhdr->locid[0], seedhdr->locid[1] ); 318 318 } else if (strcmp(showinfo,"activity") == 0) { 319 printf( "0x%x ", (int)(seedhdr->activity) ); 319 printf( "%s 0x%x ", sfd_t_start, (int)(seedhdr->activity) ); 320 } else if (strcmp(showinfo,"ioflags") == 0) { 321 printf( "%s 0x%x ", sfd_t_start, (int)(seedhdr->ioflags) ); 322 } else if (strcmp(showinfo,"quality") == 0) { 323 printf( "%s 0x%x ", sfd_t_start, (int)(seedhdr->quality) ); 320 324 } else if (strcmp(showinfo,"b1000") == 0) { 321 325 printf( "%d ", b1000found );
Note: See TracChangeset
for help on using the changeset viewer.