Changeset 28516 for trunk/ippTools/src/magictool.c
- Timestamp:
- Jun 25, 2010, 3:40:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magictool.c
r28279 r28516 1365 1365 // check that state is a valid string value 1366 1366 if (!( 1367 (strncmp(state, "new", 4) == 0)1368 || (strncmp(state, "full", 5) == 0)1369 || (strncmp(state, "drop", 5) == 0)1370 || (strncmp(state, "reg", 4) == 0)1367 (strncmp(state, "new", 3) == 0) 1368 || (strncmp(state, "full", 4) == 0) 1369 || (strncmp(state, "drop", 4) == 0) 1370 || (strncmp(state, "reg", 3) == 0) 1371 1371 ) 1372 1372 ) {
Note:
See TracChangeset
for help on using the changeset viewer.
