]> git.pld-linux.org Git - packages/dvd+rw-tools.git/commitdiff
- update progress 10 times more often. k3b looks much nicer that way
authorwolf <wolf@pld-linux.org>
Tue, 17 Jul 2007 17:02:10 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvd+rw-tools-progress.patch -> 1.1

dvd+rw-tools-progress.patch [new file with mode: 0644]

diff --git a/dvd+rw-tools-progress.patch b/dvd+rw-tools-progress.patch
new file mode 100644 (file)
index 0000000..1fc8e36
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN dvd+rw-tools-7.0./growisofs.c dvd+rw-tools-7.0/growisofs.c
+--- dvd+rw-tools-7.0./growisofs.c      2007-07-17 18:47:15.000000000 +0200
++++ dvd+rw-tools-7.0/growisofs.c       2007-07-17 18:55:45.651369091 +0200
+@@ -2034,7 +2034,7 @@
+     while (1)
+     { slept =  this_very_moment();
+       lastcurrent = progress.current;
+-      poll (NULL,0,3333);
++      poll (NULL,0,333);
+       slept -= this_very_moment();
+       if (progress.zero==0 || !nfirst++) continue;
+       if ((current = progress.current) > outoff)
This page took 0.079908 seconds and 4 git commands to generate.