Changeset 12093 for trunk/ippTools/src/pztool.c
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r11860 r12093 104 104 } 105 105 if (!psArrayLength(output)) { 106 ps Error(PS_ERR_UNKNOWN, false, "no rows found");106 psTrace("pztool", PS_LOG_INFO, "no rows found"); 107 107 psFree(output); 108 108 return true; … … 162 162 } 163 163 if (!psArrayLength(output)) { 164 ps Error(PS_ERR_UNKNOWN, false, "no rows found");164 psTrace("pztool", PS_LOG_INFO, "no rows found"); 165 165 psFree(output); 166 166 return true; … … 222 222 } 223 223 if (!psArrayLength(output)) { 224 ps Error(PS_ERR_UNKNOWN, false, "no rows found");224 psTrace("pztool", PS_LOG_INFO, "no rows found"); 225 225 psFree(output); 226 226 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
