Changeset 203 for SH_SHM/trunk


Ignore:
Timestamp:
04/01/2010 02:30:28 PM (14 years ago)
Author:
marcus
Message:

r120 | klaus | 2010-04-01 14:17:38 +0200 (Do, 01 Apr 2010) | 1 line

changed error message to avoid apostophe

File:
1 edited

Legend:

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

    r202 r203  
    33 *      =============== 
    44 * 
    5  * $Revision: 119 $, $Date: 2010-03-31 07:40:13 +0200 (Mi, 31 MÀr 2010) $ 
     5 * $Revision: 120 $, $Date: 2010-04-01 14:17:38 +0200 (Do, 01 Apr 2010) $ 
    66 * 
    77 * Dumps out Headerinfo of SEED files. 
     
    178178                if  (Severe(&status))  { 
    179179                        fprintf( stderr, 
    180                                 "%s: couldn't read start time in file %s (status %d)\n", 
     180                                "%s: could not read start time in file %s (status %d)\n", 
    181181                                pa_progname(), seedfile, status ); 
    182182                        fclose( fp ); 
     
    187187                if  (Severe(&status))  { 
    188188                        fprintf( stderr, 
    189                                 "%s: couldn't convert start time (status %d) in file %s\n", 
     189                                "%s: could not convert start time (status %d) in file %s\n", 
    190190                                pa_progname(), status, seedfile ); 
    191191                        fprintf( stderr, "%s: ntime: %d,%d,%d,%d,%d,%d,%d\n", pa_progname(), 
     
    229229                        &status ); 
    230230                if  (Severe(&status))  { 
    231                         fprintf( stderr, "%s: couldn't compute end time in file\n", 
     231                        fprintf( stderr, "%s: could not compute end time in file\n", 
    232232                                pa_progname(), seedfile ); 
    233233                        fclose( fp ); 
     
    394394                if  (Severe(&status) && errcnt > 10)  { 
    395395                        fprintf( stderr, 
    396                                 "%s: couldn't read start time of last record in file %s\n", 
     396                                "%s: could not read start time of last record in file %s\n", 
    397397                                pa_progname(), seedfile ); 
    398398                        fclose( fp ); 
     
    403403        tc_nadd( &ntime, (float)(seedhdr->no_of_samples)*dt, &ntime, &status ); 
    404404        if  (Severe(&status))  { 
    405                 fprintf( stderr, "%s: couldn't compute end time in file\n", 
     405                fprintf( stderr, "%s: could not compute end time in file\n", 
    406406                        pa_progname(), seedfile ); 
    407407                fclose( fp ); 
     
    411411        tc_n2t( &ntime, sfd_t_end, &status ); 
    412412        if  (Severe(&status))  { 
    413                 fprintf( stderr, "%s: couldn't convert end time in file %s\n", 
     413                fprintf( stderr, "%s: could not convert end time in file %s\n", 
    414414                        pa_progname(), seedfile ); 
    415415                fclose( fp ); 
Note: See TracChangeset for help on using the changeset viewer.