Changeset 25837 for trunk/ippTools/src/magicdstool.c
- Timestamp:
- Oct 14, 2009, 11:24:13 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magicdstool.c
r25835 r25837 903 903 (strcmp(state, "restored") == 0) || 904 904 (strcmp(state, "censored") == 0) || 905 (strcmp(state, " purged") == 0) ||905 (strcmp(state, "cleaned") == 0) || 906 906 (strcmp(state, "goto_restored") == 0) || 907 907 (strcmp(state, "goto_censored") == 0) || 908 (strcmp(state, "goto_ purged") == 0))908 (strcmp(state, "goto_cleaned") == 0)) 909 909 ) { 910 910 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
