]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix syntax error (sorry!)
authorGuido van Rossum <guido@python.org>
Tue, 2 Mar 1993 12:16:56 +0000 (12:16 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Mar 1993 12:16:56 +0000 (12:16 +0000)
Demo/sgi/video/Vrec.py

index a78490f62607865b8773bc042b8027d43592d350..164e89e14729bec29da2f1bea4c4a70f4ff45bc1 100755 (executable)
@@ -265,7 +265,7 @@ def record(v, info, filename, audiofilename, mono, grey, greybits, \
                vout.setformat(format)
                vout.setsize(x, y)
                if fields:
-                       vout.setpf(1, -2))
+                       vout.setpf((1, -2))
                vout.writeheader()
                if preallocspace:
                        print 'Preallocating space...'