- Timestamp:
- Aug 20, 2010, 11:04:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/opihi/dvo/gimages.c
r27435 r28989 235 235 sprintf (name, "IMAGEname:%d", Nfound); 236 236 set_str_variable (name, image[i].name); 237 sprintf (name, "IMAGEphotcode:%d", Nfound); 238 set_int_variable (name, image[i].photcode); 237 239 Nfound ++; 238 240 free (date); … … 243 245 set_int_variable ("IMAGEccd:n", Nfound); 244 246 set_int_variable ("IMAGEname:n", Nfound); 245 246 free (image); 247 set_int_variable ("IMAGEphotcode:n", Nfound); 248 249 FreeImages (image); 247 250 free (subset); 248 251
Note:
See TracChangeset
for help on using the changeset viewer.
