matchbox/Xsettings-client-0.10: Big Endian patch
- From: "Joseph E. Sacco, Ph.D." <joseph_sacco comcast net>
- To: garnome-list <garnome-list gnome org>
- Subject: matchbox/Xsettings-client-0.10: Big Endian patch
- Date: Sun, 06 Mar 2005 16:00:18 -0500
This problem has been around for a very long time. See the date on the
patch:
--- xsettings-client.c 2 Apr 2001 23:33:47 -0000 1.1
+++ xsettings-client.c 12 Apr 2002 21:31:51 -0000
@@ -169,7 +169,7 @@
if (BYTES_LEFT (buffer) < 1)
return XSETTINGS_ACCESS;
- *result = *(CARD32 *)buffer->pos;
+ *result = *(CARD8 *)buffer->pos;
buffer->pos += 1;
return XSETTINGS_SUCCESS;
-Joseph
--
joseph_sacco[at]comcast[dot]net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]