- 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_normalizedexp.c (modified) (6 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_normalizedexp.c
r23688 r27840 29 29 psString query = pxDataGet("dettool_tonormalizedexp.sql"); 30 30 if (!query) { 31 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");31 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 32 32 return false; 33 33 } … … 89 89 psString query = pxDataGet("dettool_tonormalizedexp.sql"); 90 90 if (!query) { 91 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");91 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 92 92 return false; 93 93 } … … 156 156 psString query = pxDataGet("dettool_normalizedexp.sql"); 157 157 if (!query) { 158 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");158 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 159 159 return false; 160 160 } … … 225 225 psString query = pxDataGet("dettool_revertnormalizedexp.sql"); 226 226 if (!query) { 227 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");227 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 228 228 return false; 229 229 } … … 278 278 psString query = pxDataGet("dettool_pendingcleanup_normalizedexp.sql"); 279 279 if (!query) { 280 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");280 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 281 281 return false; 282 282 } … … 340 340 psString query = pxDataGet("dettool_donecleanup_normalizedexp.sql"); 341 341 if (!query) { 342 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");342 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 343 343 return false; 344 344 }
Note:
See TracChangeset
for help on using the changeset viewer.
