Changeset 38441 for trunk/Ohana/src/relastro/src/args.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro/src/args.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/relastro/src/args.c
r37807 r38441 959 959 } 960 960 961 int strextend (char *input, char *format,...) {962 963 char tmpextra[1024], tmpline[1024];964 va_list argp;965 966 va_start (argp, format);967 vsnprintf (tmpextra, 1024, format, argp);968 snprintf (tmpline, 1024, "%s %s", input, tmpextra);969 strcpy (input, tmpline);970 971 return TRUE;972 }
Note:
See TracChangeset
for help on using the changeset viewer.
