Changeset 28872
- Timestamp:
- Aug 9, 2010, 5:20:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/gimages.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/gimages.c
r27435 r28872 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); 247 set_int_variable ("IMAGEphotcode:n", Nfound); 245 248 246 249 free (image);
Note:
See TracChangeset
for help on using the changeset viewer.
