Changeset 34088 for trunk/Ohana/src/imregister/spreg/modify.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/spreg/modify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/spreg/modify.c
r27435 r34088 24 24 if (!strncmp (spectrum[i].pathname, output.oldpath, Nold)) { 25 25 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); 27 27 } 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
