SOURCES: f-spot-typo.patch (NEW) - fixed typo for big endian machi...

wrobell wrobell at pld-linux.org
Tue Jan 16 00:25:38 CET 2007


Author: wrobell                      Date: Mon Jan 15 23:25:38 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed typo for big endian machines sourcecode

---- Files affected:
SOURCES:
   f-spot-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/f-spot-typo.patch
diff -u /dev/null SOURCES/f-spot-typo.patch:1.1
--- /dev/null	Tue Jan 16 00:25:38 2007
+++ SOURCES/f-spot-typo.patch	Tue Jan 16 00:25:33 2007
@@ -0,0 +1,11 @@
+--- f-spot-0.3.1/libfspot/f-pixbuf-utils.c.orig	2007-01-15 22:40:19.000000000 +0000
++++ f-spot-0.3.1/libfspot/f-pixbuf-utils.c	2007-01-15 22:39:50.000000000 +0000
+@@ -336,7 +336,7 @@
+ 	  p[0] = p[3];
+ 	  p[3] = p[2];
+ 	  p[2] = p[1];
+-	  p[1] = temp;
++	  p[1] = tmp;
+ #endif
+ 	  p += 4;
+ 	}
================================================================


More information about the pld-cvs-commit mailing list