SOURCES: mplayerplug-in-c.patch (NEW) - new

arekm arekm at pld-linux.org
Tue Dec 19 18:10:19 CET 2006


Author: arekm                        Date: Tue Dec 19 17:10:19 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   mplayerplug-in-c.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mplayerplug-in-c.patch
diff -u /dev/null SOURCES/mplayerplug-in-c.patch:1.1
--- /dev/null	Tue Dec 19 18:10:19 2006
+++ SOURCES/mplayerplug-in-c.patch	Tue Dec 19 18:10:14 2006
@@ -0,0 +1,11 @@
+--- m/Source/plugin-ui.cpp.org	2006-12-19 18:08:04.015012500 +0100
++++ m/Source/plugin-ui.cpp	2006-12-19 18:08:58.590423250 +0100
+@@ -288,7 +288,7 @@
+     int PercentRedraw;
+ 
+     if (0) {
+-	printf("Widget: %i\n", (int) w);
++	printf("Widget: %ld\n", (long) w);
+ 	printf("Message: %s\n", message);
+     }
+ 
================================================================


More information about the pld-cvs-commit mailing list