gnet r435 - in trunk: . src
- From: tpm svn gnome org
- To: svn-commits-list gnome org
- Subject: gnet r435 - in trunk: . src
- Date: Fri, 27 Jul 2007 17:37:23 +0100 (BST)
Author: tpm
Date: 2007-07-27 17:37:23 +0100 (Fri, 27 Jul 2007)
New Revision: 435
ViewCVS link: http://svn.gnome.org/viewcvs/gnet?rev=435&view=rev
Modified:
trunk/ChangeLog
trunk/src/pack.c
Log:
* src/pack.c: (flipmemcpy):
Fix broken flipmemcpy() function - it never actually reversed the
order! Which noone ever noticed, because it is only used if more
than four bytes need reversing, and the only types with a possible
size of more than four bytes are void* and double and at least for
the latter the endianness modifiers are ignored. Not sure what to
do about pointers yet, we should probably just ignore those
modifiers for pointers too. Also fix gtk-doc blurb.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]