- Timestamp:
- Jun 20, 2012, 7:07:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psLib/src/astro/psTime.c
r30724 r34045 223 223 static bool timeInit(const char *fileName) 224 224 { 225 psS32 numLines = 0;226 225 bool foundTable = false; 227 226 char *tableDir = NULL; … … 390 389 if (i < numTables) { 391 390 table = psLookupTableAlloc(fullTableName, (const char*)tableFormat, tablesIndex->data.S32[i]); 392 numLines = psLookupTableRead(table);391 // XXX unused numLines = psLookupTableRead(table); 393 392 } else { 394 393 psError(PS_ERR_BAD_PARAMETER_VALUE, no_problem,
Note:
See TracChangeset
for help on using the changeset viewer.
