Package: fenix / 0.92a.dfsg1-12

endianess.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix a copy/paste FTBFS.
Forwarded: no
Author: Miriam Ruiz <little_miry@yahoo.es>
Last-Update: 2007-08-28

Index: fenix-0.92a.dfsg1/fxi/src/fpl.c
===================================================================
--- fenix-0.92a.dfsg1.orig/fxi/src/fpl.c	2007-08-28 14:43:22.000000000 +0200
+++ fenix-0.92a.dfsg1/fxi/src/fpl.c	2007-08-28 14:43:53.000000000 +0200
@@ -81,8 +81,8 @@
 		return 0 ;
     }
 
-	ARRANGE_DWORD(&file_header.depth);
-	ARRANGE_DWORD(&file_header.version);
+	ARRANGE_DWORD(&header.depth);
+	ARRANGE_DWORD(&header.version);
 
 	if (!FPL_VALID_DEPTH(header.depth)) {
 		fpl_error = _("Invalid colour depth in the FPL file") ;