IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/spreg/modify.c

    r27435 r34088  
    2424      if (!strncmp (spectrum[i].pathname, output.oldpath, Nold)) {
    2525        strcpy (tmppath, &spectrum[i].pathname[Nold]);
    26         snprintf (spectrum[i].pathname, 128, "%s%s", output.newpath, tmppath);
     26        snprintf (spectrum[i].pathname, 64, "%s%s", output.newpath, tmppath);
    2727      }
    2828    }
Note: See TracChangeset for help on using the changeset viewer.