- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/pxtools.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/ippTools/src/pxtools.c
r20413 r23352 30 30 PS_ASSERT_PTR_NON_NULL(state, false); 31 31 32 // XXX replace strncmp with strcmp33 34 32 if (!strcmp(state, "new")) return true; 35 33 if (!strcmp(state, "reg")) return true; … … 38 36 if (!strcmp(state, "wait")) return true; 39 37 if (!strcmp(state, "goto_cleaned")) return true; 38 if (!strcmp(state, "error_cleaned")) return true; 39 if (!strcmp(state, "goto_scrubbed")) return true; 40 if (!strcmp(state, "error_scrubbed")) return true; 40 41 if (!strcmp(state, "cleaned")) return true; 41 42 if (!strcmp(state, "update")) return true; 42 43 if (!strcmp(state, "purged")) return true; 43 44 if (!strcmp(state, "goto_purged")) return true; 45 if (!strcmp(state, "error_purged")) return true; 44 46 45 47 return false; 46 48 } 49 50 // 'scrubbed' is a virtual state equivalent to cleaned, but allows files to be removed 51 // even if the config files is missing
Note:
See TracChangeset
for help on using the changeset viewer.
