IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2006, 4:00:28 PM (20 years ago)
Author:
eugene
Message:

adding some error checking, cleanups based on tests

File:
1 edited

Legend:

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

    r7691 r8458  
    1212  char *formatplus;
    1313 
    14   ALLOCATE (formatplus, char, strlen(format));
     14  ALLOCATE (formatplus, char, strlen(format) + 2);
    1515  strcpy (formatplus, format);
    1616  strcat (formatplus, "\n");
Note: See TracChangeset for help on using the changeset viewer.