Changeset 23883
- Timestamp:
- Apr 16, 2009, 11:38:11 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.c
r23873 r23883 29 29 { 30 30 PS_ASSERT_PTR_NON_NULL(state, false); 31 31 32 32 if (!strcmp(state, "new")) return true; 33 33 if (!strcmp(state, "reg")) return true; … … 59 59 psString state = psMetadataLookupStr(NULL, row, columnName); 60 60 if (!state) { 61 psError(PS_ERR_PROGRAMMING, false, "%s not found in row % " PRId64 "of table %s",61 psError(PS_ERR_PROGRAMMING, false, "%s not found in row %ld of table %s", 62 62 columnName, i, tableName); 63 63 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
