Changeset 38441 for trunk/Ohana/src/dvosplit/src/dvosplit.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/dvosplit/src/dvosplit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/dvosplit/src/dvosplit.c
r37043 r38441 80 80 incatalog.filename = skylist[0].filename[i]; 81 81 incatalog.Nsecfilt = GetPhotcodeNsecfilt (); 82 incatalog.catflags = LOAD_NONE;82 incatalog.catflags = DVO_LOAD_NONE; 83 83 84 84 // an error exit status here is a significant error … … 89 89 90 90 // skip empty input catalogs 91 if (!incatalog.Nave s_disk) {91 if (!incatalog.Naverage_disk) { 92 92 dvo_catalog_unlock (&incatalog); 93 93 dvo_catalog_free (&incatalog);
Note:
See TracChangeset
for help on using the changeset viewer.
