- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/dettool_stack.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/src
- Property svn:ignore
-
old new 1 *.la 2 *.lo 1 3 .deps 2 4 .gdb_history … … 4 6 Makefile 5 7 Makefile.in 8 addtool 9 caltool 10 camtool 11 chiptool 6 12 config.h 7 13 config.h.in 8 stamp-h1 9 *.la 10 *.lo 14 detselect 15 dettool 16 difftool 17 disttool 18 dqstatstool 19 faketool 20 flatcorr 21 guidetool 22 magicdstool 23 magictool 24 pstamptool 25 pubtool 26 pxadmin 27 pxdata.c 28 pxinject 11 29 pxtoolsErrorCodes.c 12 30 pxtoolsErrorCodes.h 13 pxadmin14 pxinject15 pztool16 31 pzgetexp 17 32 pzgetimfiles 33 pztool 34 receivetool 18 35 regtool 19 guidetool 20 chiptool 21 camtool 36 stacktool 37 stamp-h1 22 38 warptool 23 difftool24 stacktool25 faketool26 dettool27 detselect28 pxdata.c29 magictool30 magicdstool31 caltool32 flatcorr33 pstamptool34 disttool35 receivetool36 37 pubtool
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ippTools/src/dettool_stack.c
r23688 r27840 31 31 psString query = pxDataGet("dettool_tostacked.sql"); 32 32 if (!query) { 33 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");33 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 34 34 return false; 35 35 } … … 220 220 psString query = pxDataGet("dettool_stacked.sql"); 221 221 if (!query) { 222 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");222 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 223 223 psFree(where); 224 224 return false; … … 290 290 psString query = pxDataGet("dettool_revertstacked.sql"); 291 291 if (!query) { 292 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");292 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 293 293 return false; 294 294 } … … 345 345 psString query = pxDataGet("dettool_pendingcleanup_stacked.sql"); 346 346 if (!query) { 347 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");347 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 348 348 return false; 349 349 } … … 408 408 psString query = pxDataGet("dettool_donecleanup_stacked.sql"); 409 409 if (!query) { 410 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");410 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 411 411 return false; 412 412 }
Note:
See TracChangeset
for help on using the changeset viewer.
