Changeset 27838 for branches/tap_branches/ippTools/src/pxmagic.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/pxmagic.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/src
- Property svn:ignore
-
old new 16 16 difftool 17 17 disttool 18 dqstatstool 18 19 faketool 19 20 flatcorr
-
- Property svn:ignore
-
branches/tap_branches/ippTools/src/pxmagic.c
r25771 r27838 35 35 psString query_temp = pxDataGet(queryFile); 36 36 if (!query_temp) { 37 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement from %s", queryFile);37 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement from %s", queryFile); 38 38 psFree(queryFile); 39 39 if (!psDBRollback(config->dbh)) { … … 75 75 if (not_destreaked) { 76 76 if (destreaked) { 77 psError(PXTOOLS_ERR_ DATA, true, "providing -not_destreaked and -destreaked makes no sense");77 psError(PXTOOLS_ERR_CONFIG, true, "providing -not_destreaked and -destreaked makes no sense"); 78 78 return false; 79 79 } 80 80 if (magicked) { 81 psError(PXTOOLS_ERR_ DATA, true, "providing -not_destreaked and -magicked makes no sense");81 psError(PXTOOLS_ERR_CONFIG, true, "providing -not_destreaked and -magicked makes no sense"); 82 82 return false; 83 83 } … … 87 87 psStringAppend(out, " AND %s.magicked != 0", table); 88 88 } 89 // Note -magicked is handled by the caller. XXX: Why? 89 90 return true; 90 91 }
Note:
See TracChangeset
for help on using the changeset viewer.
