Changeset 8458 for trunk/Ohana/src/addstar/src/Shutdown.c
- Timestamp:
- Aug 21, 2006, 4:00:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/Shutdown.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/Shutdown.c
r7691 r8458 12 12 char *formatplus; 13 13 14 ALLOCATE (formatplus, char, strlen(format) );14 ALLOCATE (formatplus, char, strlen(format) + 2); 15 15 strcpy (formatplus, format); 16 16 strcat (formatplus, "\n");
Note:
See TracChangeset
for help on using the changeset viewer.
