]> git.pld-linux.org Git - packages/dvd+rw-tools.git/blame - dvd+rw-tools-progress.patch
- rebuild for x32
[packages/dvd+rw-tools.git] / dvd+rw-tools-progress.patch
CommitLineData
afd141a4 1diff -ruN dvd+rw-tools-7.0./growisofs.c dvd+rw-tools-7.0/growisofs.c
2--- dvd+rw-tools-7.0./growisofs.c 2007-07-17 18:47:15.000000000 +0200
3+++ dvd+rw-tools-7.0/growisofs.c 2007-07-17 18:55:45.651369091 +0200
4@@ -2034,7 +2034,7 @@
5 while (1)
6 { slept = this_very_moment();
7 lastcurrent = progress.current;
8- poll (NULL,0,3333);
9+ poll (NULL,0,333);
10 slept -= this_very_moment();
11 if (progress.zero==0 || !nfirst++) continue;
12 if ((current = progress.current) > outoff)
This page took 0.078544 seconds and 4 git commands to generate.