Changeset 39327
- Timestamp:
- Feb 4, 2016, 4:55:58 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_catalog_split.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_catalog_split.c
r39320 r39327 378 378 status = dvo_catalog_open_subcat (catalog, &catalog[0].FIELD##_catalog, ftable.header, #NAME, VERBOSE); \ 379 379 if (status == DVO_CAT_OPEN_FAIL) { \ 380 if (VERBOSE) fprintf (stderr, "can't open subcat file for %s\n", #NAME); \ 380 381 return (FALSE); \ 381 382 } \ 382 383 if ((status == DVO_CAT_OPEN_EMPTY) && (catalog[0].N##FIELD##_disk > 0)) { \ 384 if (VERBOSE) fprintf (stderr, "metadata mismatch for %s\n", #NAME); \ 383 385 return (FALSE); \ 384 386 } \
Note:
See TracChangeset
for help on using the changeset viewer.
