Changeset 74 for trunk/Ohana/src/imregister/imreg/modify.c
- Timestamp:
- May 15, 2003, 11:21:54 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/imreg/modify.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/imreg/modify.c
r70 r74 34 34 35 35 if (output.mef2split) { 36 if (image[i].mode == M ODE_MEF) {36 if (image[i].mode == M_MEF) { 37 37 root = filerootname (image[i].filename); 38 38 ext = fileextname (image[i].filename); … … 41 41 snprintf (image[i].pathname, 128, "%s/%s", path, root); 42 42 snprintf (image[i].filename, 64, "%s%02d.%s", root, image[i].ccd, ext); 43 image[i].mode = M ODE_SPLIT;43 image[i].mode = M_SPLIT; 44 44 free (root); 45 45 free (ext); … … 49 49 50 50 if (output.split2mef) { 51 if (image[i].mode == M ODE_SPLIT) {51 if (image[i].mode == M_SPLIT) { 52 52 ext = fileextname (image[i].filename); 53 53 root = filebasename (image[i].pathname); … … 56 56 snprintf (image[i].pathname, 128, "%s", path); 57 57 snprintf (image[i].filename, 64, "%s.%s", root, ext); 58 image[i].mode = M ODE_MEF;58 image[i].mode = M_MEF; 59 59 free (root); 60 60 free (ext);
Note:
See TracChangeset
for help on using the changeset viewer.
