SOURCES: digikamimageplugins-gcc4.patch - typo.
pluto
pluto at pld-linux.org
Tue Dec 26 17:55:50 CET 2006
Author: pluto Date: Tue Dec 26 16:55:50 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- typo.
---- Files affected:
SOURCES:
digikamimageplugins-gcc4.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/digikamimageplugins-gcc4.patch
diff -u SOURCES/digikamimageplugins-gcc4.patch:1.1 SOURCES/digikamimageplugins-gcc4.patch:1.2
--- SOURCES/digikamimageplugins-gcc4.patch:1.1 Tue Dec 26 17:28:08 2006
+++ SOURCES/digikamimageplugins-gcc4.patch Tue Dec 26 17:55:45 2006
@@ -14,7 +14,7 @@
#define bit_set(a,b) ((a) | ((uinteger)1 << (b)))
+*/
+static __inline long min( long a, long b ) { return ( ( a < b ) ? a : b ); }
-+static __inline long max( long a, long b ) { return ( ( a < b ) ? a : b ); }
++static __inline long max( long a, long b ) { return ( ( a > b ) ? a : b ); }
/* procedure parameter types for -A and -C++ */
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/digikamimageplugins-gcc4.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list