Changeset 22751 for trunk/ippTools/src/pxtools.c
- Timestamp:
- Mar 2, 2009, 6:07:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.c
r20413 r22751 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, "goto_scrubbed")) return true; 40 39 if (!strcmp(state, "cleaned")) return true; 41 40 if (!strcmp(state, "update")) return true; … … 45 44 return false; 46 45 } 46 47 // goto_scrubbed is similar to cleaned, but allows files to be removed even if the config 48 // files is missing
Note:
See TracChangeset
for help on using the changeset viewer.
