Changeset 260


Ignore:
Timestamp:
08/11/2010 09:56:25 AM (13 years ago)
Author:
marcus
Message:

r133 | klaus | 2010-08-11 09:50:01 +0200 (Mi, 11 Aug 2010) | 1 line

print quality byte in seedquickdump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seed_io/seedquickdump.c

    r203 r260  
    33 *      =============== 
    44 * 
    5  * $Revision: 120 $, $Date: 2010-04-01 14:17:38 +0200 (Do, 01 Apr 2010) $ 
     5 * $Revision: 133 $, $Date: 2010-08-11 09:50:01 +0200 (Mi, 11 Aug 2010) $ 
    66 * 
    77 * Dumps out Headerinfo of SEED files. 
     
    317317                                printf( "%c%c ", seedhdr->locid[0], seedhdr->locid[1] ); 
    318318                        } 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) ); 
    320324                        } else if  (strcmp(showinfo,"b1000") == 0)  { 
    321325                                printf( "%d ", b1000found ); 
Note: See TracChangeset for help on using the changeset viewer.