Changeset 3724 in MondoRescue for branches/3.3/mondo/src
- Timestamp:
- Nov 5, 2019, 10:53:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/lib/mr_str.c
r3723 r3724 180 180 } 181 181 182 if (*instr != '\0') {182 if (*instr == '\0') { 183 183 mr_asprintf(outstr, ""); 184 184 return(outstr);
Note:
See TracChangeset
for help on using the changeset viewer.