Changeset 36548
- Timestamp:
- Feb 25, 2014, 1:17:32 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206/Ohana/src/relphot/src
- Files:
-
- 1 added
- 1 edited
-
launch_region_hosts.c (modified) (1 diff)
-
syncfile.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/relphot/src/launch_region_hosts.c
r36545 r36548 4 4 int strextend (char *input, char *format,...) { 5 5 6 char tmp fmt[1024], tmpline[1024];6 char tmpextra[1024], tmpline[1024]; 7 7 va_list argp; 8 8 9 9 va_start (argp, format); 10 11 snprintf (tmpfmt, 1024, "%%s %s", format); 12 vsnprintf (tmpline, 1024, tmpfmt, argp); 10 vsnprintf (tmpextra, 1024, format, argp); 11 snprintf (tmpline, 1024, "%s %s", input, tmpextra); 13 12 strcpy (input, tmpline); 14 13
Note:
See TracChangeset
for help on using the changeset viewer.
