Changeset 3620 in MondoRescue for branches/3.2
- Timestamp:
- Dec 20, 2016, 3:44:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-stream.c
r3619 r3620 634 634 char *r = NULL; 635 635 636 ntapedev = (char *)m alloc(strlen(tapedev)+2*sizeof(char));636 ntapedev = (char *)mr_malloc(strlen(tapedev)+2*sizeof(char)); 637 637 p = strrchr(tapedev,'/'); 638 638 if (p == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.