- Timestamp:
- Oct 9, 2005, 1:48:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/mondo/common/libmondo-string.c
r49 r57 122 122 { 123 123 char *pos_w_commas; 124 static char output[MAX_STR_LEN];124 char *output; 125 125 char *tmp; 126 126 int j; … … 145 145 asprintf(&pos_w_commas, "%s", tmp); 146 146 } 147 strcpy(output, pos_w_commas);147 asprintf(&output, "%s", pos_w_commas); 148 148 paranoid_free(pos_w_commas); 149 149 paranoid_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.