Changeset 307 for SH_SHM/trunk


Ignore:
Timestamp:
01/14/2011 11:18:15 AM (12 years ago)
Author:
marcus
Message:

r149 | klaus | 2011-01-14 05:46:15 +0100 (Fr, 14 Jan 2011) | 1 line

fixed bug with unterminated location string in sfd2db

Location:
SH_SHM/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/inputs/filter_lookup.txt

    r281 r307  
    198198LEIN-LH-N CMG3ESP60S 
    199199LEIN-LH-E CMG3ESP60S 
    200 HKWD-BH-Z LE3D5 
    201 HKWD-BH-N LE3D5 
    202 HKWD-BH-E LE3D5 
    203 HKWD-HH-Z LE3D5 
    204 HKWD-HH-N LE3D5 
    205 HKWD-HH-E LE3D5 
     200HKWD-BH-Z GRSN 
     201HKWD-BH-N GRSN 
     202HKWD-BH-E GRSN 
     203HKWD-HH-Z GRSN 
     204HKWD-HH-N GRSN 
     205HKWD-HH-E GRSN 
    206206HGN-BH-Z STS1 
    207207HGN-BH-N STS1 
  • SH_SHM/trunk/source/seed_io/sfd2db.c

    r304 r307  
    33 *      ======== 
    44 * 
    5  * $Revision: 146 $, $Date: 2011-01-12 16:33:37 +0100 (Mi, 12 Jan 2011) $ 
     5 * $Revision: 149 $, $Date: 2011-01-14 05:46:15 +0100 (Fr, 14 Jan 2011) $ 
    66 * 
    77 * reads lines from sfdfile and creates commands to insert into sfdb database 
     
    324324                    for (i=2; i<4; i++) 
    325325                        location[i-2] = descr.addinf[i]; 
     326                        location[2] = '\0'; 
    326327 
    327328                    if (!strncmp(network, "..", 2)) 
Note: See TracChangeset for help on using the changeset viewer.