Changeset 34089 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r30724 r34089 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 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.
