Changeset 12093 for trunk/ippTools/src/difftool.c
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r12029 r12093 358 358 } 359 359 if (!psArrayLength(output)) { 360 ps Error(PS_ERR_UNKNOWN, false, "no diffInputSkyfilerows found");360 psTrace("difftool", PS_LOG_INFO, "no rows found"); 361 361 psFree(output); 362 362 return true; … … 452 452 } 453 453 if (!psArrayLength(output)) { 454 ps Error(PS_ERR_UNKNOWN, false, "no diffSkyfilerows found");454 psTrace("difftool", PS_LOG_INFO, "no rows found"); 455 455 psFree(output); 456 456 return true; … … 615 615 } 616 616 if (!psArrayLength(output)) { 617 ps Error(PS_ERR_UNKNOWN, false, "no diffSkyfilerows found");617 psTrace("difftool", PS_LOG_INFO, "no rows found"); 618 618 psFree(output); 619 619 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
