summaryrefslogtreecommitdiff
path: root/debian/patches/58_progress_changed_error.patch
blob: 1116c63d87d1bcae6bc1a523d041511f653b0d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Don't fail when progress() has never been called before.  Debian #295207.

diff -urN jack-3.1.1~/jack_functions.py jack-3.1.1/jack_functions.py
--- jack-3.1.1~/jack_functions.py	2005-06-20 17:07:52.237610968 +0100
+++ jack-3.1.1/jack_functions.py	2005-06-20 17:08:07.111349816 +0100
@@ -33,6 +33,8 @@
 
 from jack_globals import *
 
+progress_changed = 0
+
 def df(fs = ".", blocksize = 1024):
     "returns free space on a filesystem (in bytes)"
     try: