Changeset 3641 in MondoRescue for branches/3.3/mondo/src/lib
- Timestamp:
- Dec 24, 2016, 12:56:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/lib/mr_str.c
r3627 r3641 193 193 } 194 194 195 /* Subsitute the string token in the string in by the string subst */ 195 196 char *mr_str_substitute(const char *in, const char *token, const char *subst) { 196 197 … … 205 206 return(output); 206 207 } 207 // token found end string here for now208 // token found: end string here for now 208 209 *tmp = '\0'; 209 210
Note:
See TracChangeset
for help on using the changeset viewer.