Changeset 30290 for trunk/ippTools/src/regtool.c
- Timestamp:
- Jan 18, 2011, 11:50:32 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r30283 r30290 250 250 psMetadata *row = output->data[i]; 251 251 252 if (strcasecmp(psMetadataLookupStr(NULL,row,"download_state"),"drop") == 0) { 253 continue; 254 } 255 252 256 if ((psMetadataLookupS32(NULL,row,"is_downloaded") != 1)|| 253 257 (psMetadataLookupS32(NULL,row,"is_registered") != 1)) { … … 352 356 for (long i = 0; i < output->n; i++) { 353 357 psMetadata *row = output->data[i]; 358 359 if (strcasecmp(psMetadataLookupStr(NULL,row,"download_state"),"drop") == 0) { 360 continue; 361 } 354 362 355 363 bool status = false;
Note:
See TracChangeset
for help on using the changeset viewer.
