Changeset 6292
- Timestamp:
- Feb 1, 2006, 4:09:55 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r6274 r6292 26 26 status = false; 27 27 } 28 if (! rawDetrendImfileCreateTable(config->database)) {28 if (!p0CameraConfigCreateTable(config->database)) { 29 29 psError(PS_ERR_UNKNOWN, false, "database access failed"); 30 30 status = false; … … 112 112 status = false; 113 113 } 114 if (! rawDetrendImfileDropTable(config->database)) {114 if (!p0CameraConfigDropTable(config->database)) { 115 115 psError(PS_ERR_UNKNOWN, false, "database access failed"); 116 116 status = false;
Note:
See TracChangeset
for help on using the changeset viewer.
