[Redbutton-devel] SF.net SVN: redbutton: [151] redbutton-download/trunk/biop.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-11-07 15:08:12
|
Revision: 151
http://svn.sourceforge.net/redbutton/?rev=151&view=rev
Author: skilvington
Date: 2006-11-07 07:07:56 -0800 (Tue, 07 Nov 2006)
Log Message:
-----------
bug fix (spotted by Lorenzo Pallara)
Modified Paths:
--------------
redbutton-download/trunk/biop.c
Modified: redbutton-download/trunk/biop.c
===================================================================
--- redbutton-download/trunk/biop.c 2006-11-06 08:59:07 UTC (rev 150)
+++ redbutton-download/trunk/biop.c 2006-11-07 15:07:56 UTC (rev 151)
@@ -277,7 +277,7 @@
profile.data += 4;
vverbose(" carouselId: %u", ior->carousel_id);
/* moduleId */
- ior->module_id = biop_uint16(profile_bo, *((uint32_t *) profile.data));
+ ior->module_id = biop_uint16(profile_bo, *((uint16_t *) profile.data));
profile.data += 2;
vverbose(" moduleId: %u", ior->module_id);
/* BIOP version */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|