Changeset 12093 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r12054 r12093 367 367 } 368 368 if (!psArrayLength(output)) { 369 ps Error(PS_ERR_UNKNOWN, false, "no stackInputSkyfilerows found");369 psTrace("stacktool", PS_LOG_INFO, "no rows found"); 370 370 psFree(output); 371 371 return true; … … 455 455 } 456 456 if (!psArrayLength(output)) { 457 ps Error(PS_ERR_UNKNOWN, false, "no stackSumSkyfilerows found");457 psTrace("stacktool", PS_LOG_INFO, "no rows found"); 458 458 psFree(output); 459 459 return true; … … 620 620 } 621 621 if (!psArrayLength(output)) { 622 ps Error(PS_ERR_UNKNOWN, false, "no warpSkyfilerows found");622 psTrace("stacktool", PS_LOG_INFO, "no rows found"); 623 623 psFree(output); 624 624 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
