Changeset 2463 in MondoRescue
- Timestamp:
- Oct 26, 2009, 1:34:16 AM (15 years ago)
- Location:
- branches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/common/libmondo-archive.c
r2462 r2463 1665 1665 ("Failed to write to disk. I shall blank it and then try again."); 1666 1666 sleep(5); 1667 /* reset error counter before trying to blank DVD */ 1668 retval -= res; 1667 1669 sync(); 1668 1670 pause_for_N_seconds(5, "Letting DVD drive settle"); -
branches/2.2.9/mondo/src/common/libmondo-archive.c
r2454 r2463 1770 1770 ("Failed to write to disk. I shall blank it and then try again."); 1771 1771 sleep(5); 1772 /* reset error counter before trying to blank DVD */ 1773 retval -= res; 1772 1774 (void)system("sync"); 1773 1775 pause_for_N_seconds(5, "Letting DVD drive settle");
Note:
See TracChangeset
for help on using the changeset viewer.