Ignore:
Timestamp:
Sep 9, 2009, 12:37:59 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • replace system("sync") by sync() calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-archive.c

    r2357 r2376  
    17221722                    ("Failed to write to disk. I shall blank it and then try again.");
    17231723                sleep(5);
    1724                 (void)system("sync");
     1724                sync();
    17251725                pause_for_N_seconds(5, "Letting DVD drive settle");
    17261726
Note: See TracChangeset for help on using the changeset viewer.