]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- fixed typo for big endian machines sourcecode auto/th/f-spot-0_3_1-1
authorwrobell <wrobell@pld-linux.org>
Mon, 15 Jan 2007 23:25:33 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-typo.patch -> 1.1

f-spot-typo.patch [new file with mode: 0644]

diff --git a/f-spot-typo.patch b/f-spot-typo.patch
new file mode 100644 (file)
index 0000000..8ea908d
--- /dev/null
@@ -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;
+       }
This page took 0.075337 seconds and 4 git commands to generate.