Changeset 37653
- Timestamp:
- Nov 20, 2014, 8:33:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/CopyToHostLocation.c
r33655 r37653 54 54 } 55 55 56 char extname[4][16] = {"cpm", "cpt", "cps", "cpn"}; 57 for (j = 0; success && (j < 4); j++) { 56 # define NEXTNAME 7 57 char extname[NEXTNAME][16] = {"cpm", "cpt", "cps", "cpn", "cpx", "cpy", "cpz"}; 58 for (j = 0; success && (j < NEXTNAME); j++) { 58 59 59 60 // set the in and out table names
Note:
See TracChangeset
for help on using the changeset viewer.
