Changeset 3794 in MondoRescue for branches/3.3/mondo/src/lib


Ignore:
Timestamp:
Sep 8, 2023, 5:02:40 PM (9 months ago)
Author:
Bruno Cornec
Message:

comments

File:
1 edited

Legend:

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

    r3724 r3794  
    199199}
    200200
    201 /*  Subsitute the string token in the string in by the string subst */
     201/*  Subsitute the string "token" in the string "in" by the string "subst" */
    202202char *mr_str_substitute(const char *in, const char *token, const char *subst) {
    203203
Note: See TracChangeset for help on using the changeset viewer.