]> git.pld-linux.org Git - packages/avifile.git/commitdiff
53f112647c4bb570322b60aeaf848b2d avifile-CVS-20001206.patch.gz
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Dec 2000 17:07:37 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
e5e9cd0d991323fe2c8f4d24d42ffa38  avifile-cout.patch

Changed files:
    avifile-cout.patch -> 1.1

avifile-cout.patch [new file with mode: 0644]

diff --git a/avifile-cout.patch b/avifile-cout.patch
new file mode 100644 (file)
index 0000000..ce60807
--- /dev/null
@@ -0,0 +1,11 @@
+--- avifile-0.50/lib/videocodec/Module.cpp~    Wed Dec  6 16:44:54 2000
++++ avifile-0.50/lib/videocodec/Module.cpp     Wed Dec  6 16:47:46 2000
+@@ -60,7 +60,7 @@
+               RegCloseKey(newkey);
+               goto no_reg;
+           }    
+-          printf("::module bitrate: %d\n",bitrate);
++          cout << "::module bitrate: %d\n" << bitrate;
+           *(double*)((char*)_handle+0x14c0)=bitrate;
+           RegCloseKey(newkey);
+       no_reg:
This page took 0.043027 seconds and 4 git commands to generate.