Changeset 3641 in MondoRescue for branches/3.3/mondo/src/lib/mr_str.c


Ignore:
Timestamp:
Dec 24, 2016, 12:56:11 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Finalize fix for #644 by removing the last MAX_STR_LEN usage in the function running commands. Everything on the exclude line should now be handle dynamically.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/lib/mr_str.c

    r3627 r3641  
    193193}
    194194
     195/*  Subsitute the string token in the string in by the string subst */
    195196char *mr_str_substitute(const char *in, const char *token, const char *subst) {
    196197
     
    205206    return(output);
    206207}
    207 // token found end string here for now
     208// token found: end string here for now
    208209*tmp = '\0';
    209210
Note: See TracChangeset for help on using the changeset viewer.