Changeset 19092 for trunk/ippTools/src/pxtools.c
- Timestamp:
- Aug 16, 2008, 1:27:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.c
r18075 r19092 29 29 { 30 30 PS_ASSERT_PTR_NON_NULL(state, false); 31 32 // XXX replace strncmp with strcmp 31 33 32 34 if (!((strncmp(state, "new", 4) == 0) 35 || (strncmp(state, "reg", 3) == 0) 33 36 || (strncmp(state, "full", 5) == 0) 34 37 || (strncmp(state, "goto_cleaned", 8) == 0)
Note:
See TracChangeset
for help on using the changeset viewer.
