Changeset 1920 in MondoRescue
- Timestamp:
- Apr 17, 2008, 2:08:17 AM (17 years ago)
- Location:
- branches/2.2.6/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/common/libmondo-archive.c
r1918 r1920 3 3 4 4 subroutines to handle the archiving of files 5 */ 5 6 6 7 /** -
branches/2.2.6/mondo/src/common/libmondo-filelist.c
r1884 r1920 1755 1755 asprintf(&tmp2, call_program_and_get_last_line_of_output("mount | grep -Ew 'ntfs|fat|vfat|dos' | awk '{print $3}'")); 1756 1756 if (strlen(tmp2) < 1) { 1757 asprintf(&tmp1," ");1757 asprintf(&tmp1," "); 1758 1758 } else { 1759 1759 log_msg(2, "Found windows FS: %s",tmp2);
Note:
See TracChangeset
for help on using the changeset viewer.