Changeset 26260 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Nov 22, 2009, 3:00:47 PM (16 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pmSourceIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects
- Property svn:mergeinfo deleted
-
trunk/psModules/src/objects/pmSourceIO.c
r25907 r26260 980 980 if (!tableHeader) psAbort("cannot read table header"); 981 981 982 char *xtension = psMetadataLookupStr (NULL, tableHeader, "XTENSION"); 983 if (!xtension) psAbort("cannot read table type"); 984 if (strcmp (xtension, "BINTABLE")) { 985 psWarning ("no binary table in extension %s, skipping\n", dataname); 986 return false; 987 } 988 982 989 char *exttype = psMetadataLookupStr (NULL, tableHeader, "EXTTYPE"); 983 990 if (!exttype) psAbort("cannot read table type");
Note:
See TracChangeset
for help on using the changeset viewer.
