Changeset 2236 in MondoRescue for branches/2.2.9/mondo/src/common
- Timestamp:
- Jun 19, 2009, 7:53:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-mountlist.c
r2235 r2236 687 687 } 688 688 if (j == noof_drives) { 689 log_msg(8,"Adding drive %s to list", drivelist->el[noof_drives].device[63]);690 689 strncpy(drivelist->el[noof_drives].device, drive, 63); 691 690 drivelist->el[noof_drives].device[63] = '\0'; 691 log_msg(8,"Adding drive %s to list", drivelist->el[noof_drives].device); 692 692 noof_drives++; 693 drivelist->el[noof_drives++].device[63] = '\0';694 693 } 695 694 paranoid_free(drive);
Note:
See TracChangeset
for help on using the changeset viewer.