IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27523


Ignore:
Timestamp:
Mar 29, 2010, 5:46:02 PM (16 years ago)
Author:
eugene
Message:

fix type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225/Ohana/src/imregister/src/imphotmerge.c

    r27517 r27523  
    152152  /* check that file size makes sense */
    153153  Nimage = 0;
    154   gfits_scan (header, "NIMAGES", "%lld", 1, &(long long *) Nimage);
     154  gfits_scan (header, "NIMAGES", "%lld", 1, &(long long) Nimage);
    155155  if (fstat (fileno(f), &filestatus) == -1) {
    156156    fprintf (stderr, "ERROR: failed to get status of image catalog\n");
Note: See TracChangeset for help on using the changeset viewer.