Changeset 311 for SH_SHM/trunk
- Timestamp:
- 01/27/2011 11:19:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/seed_io/sfd2db.c
r310 r311 3 3 * ======== 4 4 * 5 * $Revision: 15 2 $, $Date: 2011-01-26 12:13:52 +0100 (Mi, 26Jan 2011) $5 * $Revision: 153 $, $Date: 2011-01-27 11:12:54 +0100 (Do, 27 Jan 2011) $ 6 6 * 7 7 * reads lines from sfdfile and creates commands to insert into sfdb database … … 322 322 network[2] = '\0'; 323 323 324 /* no network set at all. */ 325 if (!strncmp(network, "..", 2)) 326 network[0] = '\0'; 327 324 328 /* one digit network codes are common */ 325 329 if (network[1] == '.') 326 330 network[1] = '\0'; 327 328 /* no network set at all. */329 if (!strncmp(network, "..", 2))330 network[0] = '\0';331 331 332 332 for (i=2; i<4; i++)
Note: See TracChangeset
for help on using the changeset viewer.