diff src/paranormal/xform.c @ 189:772ad5bc7050 trunk

[svn] - now working on amd64/little-endian. no idea how it was working in bigendian mode, though.
author nenolod
date Thu, 02 Nov 2006 18:25:48 -0800
parents 0d826917c56f
children fac0b72ee0de
line wrap: on
line diff
--- a/src/paranormal/xform.c	Thu Nov 02 18:22:02 2006 -0800
+++ b/src/paranormal/xform.c	Thu Nov 02 18:25:48 2006 -0800
@@ -17,7 +17,7 @@
 
 struct xform_vector
 {
-  guint offset; /* the offset of the top left pixel */
+  gint32 offset; /* the offset of the top left pixel */
   guint16 w; /* 4:4:4:4 NE, NW, SE, SW pixel weights
 		  The total should be 16 */