IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2014, 4:48:09 PM (12 years ago)
Author:
eugene
Message:

fix 2 problems found by optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/loadsupercos_plates.c

    r36485 r37472  
    9292    image[Nimage].Radius = NAN;
    9393   
    94     snprintf (image[Nimage].name, 121, "SCOS.%02d.%06d", survey_id, plate_id);
     94    snprintf (image[Nimage].name, DVO_IMAGE_NAME_LEN, "SCOS.%02d.%06d", survey_id, plate_id);
    9595    image[Nimage].imageID = Nimage + 1;
    9696    image[Nimage].externID = plate_id;
Note: See TracChangeset for help on using the changeset viewer.