Changeset 16201
- Timestamp:
- Jan 23, 2008, 11:28:27 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r16170 r16201 634 634 635 635 // should we stop here or proceed on to the cam stage? 636 if (psStrcasestr(chipRun->end_stage, "chip")) { 636 // NULL for end_stage means go as far as possible 637 if (chipRun->end_stage && psStrcasestr(chipRun->end_stage, "chip")) { 637 638 psFree(chipRun); 638 639 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
