Changeset 34088 for trunk/Ohana/src/imregister/imreg/modify.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/imreg/modify.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/imreg/modify.c
r27435 r34088 6 6 off_t i, j, Nold; 7 7 char *tmppath; 8 char *ext, *root, *path , dist;8 char *ext, *root, *path; 9 9 10 10 Nold = 0; … … 16 16 ALLOCATE (tmppath, char, 128); 17 17 } 18 if (output.modify_dist) { 19 dist = (output.dist) ? 0xff : ~IMREG_DIST; 20 } 18 // XXX this code is not used, why was it here? 19 // if (output.modify_dist) { 20 // dist = (output.dist) ? 0xff : ~IMREG_DIST; 21 // } 21 22 22 23 /* modify the selected entries */
Note:
See TracChangeset
for help on using the changeset viewer.
