IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2010, 11:04:39 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/Ohana/src/opihi/dvo/gimages.c

    r27435 r28989  
    235235    sprintf (name, "IMAGEname:%d", Nfound);
    236236    set_str_variable (name, image[i].name);
     237    sprintf (name, "IMAGEphotcode:%d", Nfound);
     238    set_int_variable (name, image[i].photcode);
    237239    Nfound ++;
    238240    free (date);
     
    243245  set_int_variable ("IMAGEccd:n", Nfound);
    244246  set_int_variable ("IMAGEname:n", Nfound);
    245 
    246   free (image);
     247  set_int_variable ("IMAGEphotcode:n", Nfound);
     248
     249  FreeImages (image);
    247250  free (subset);
    248251
Note: See TracChangeset for help on using the changeset viewer.