Changeset 6336 for trunk/ippTools/src/pxtables.c
- Timestamp:
- Feb 7, 2006, 10:19:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r6292 r6336 23 23 } 24 24 if (!rawDetrendExpCreateTable(config->database)) { 25 psError(PS_ERR_UNKNOWN, false, "database access failed");26 status = false;27 }28 if (!p0CameraConfigCreateTable(config->database)) {29 25 psError(PS_ERR_UNKNOWN, false, "database access failed"); 30 26 status = false; … … 112 108 status = false; 113 109 } 114 if (!p0CameraConfigDropTable(config->database)) {115 psError(PS_ERR_UNKNOWN, false, "database access failed");116 status = false;117 }118 110 if (!p1PendingExpDropTable(config->database)) { 119 111 psError(PS_ERR_UNKNOWN, false, "database access failed");
Note:
See TracChangeset
for help on using the changeset viewer.
