Changeset 3794 in MondoRescue
- Timestamp:
- Sep 8, 2023, 5:02:40 PM (20 months ago)
- Location:
- branches/3.3/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/common/libmondo-tools.c
r3790 r3794 313 313 } 314 314 315 /* compute the final options for bootable media, considering the com and and the boot type */315 /* compute the final options for bootable media, considering the command and the boot type */ 316 316 char *mr_compute_uefi_string(char *isofs_cmd) { 317 317 -
branches/3.3/mondo/src/lib/mr_str.c
r3724 r3794 199 199 } 200 200 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" */ 202 202 char *mr_str_substitute(const char *in, const char *token, const char *subst) { 203 203
Note:
See TracChangeset
for help on using the changeset viewer.