changeset 311:388733c747d4

Fix based on nobushi's comment
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 19 Jan 2009 11:04:05 +0900
parents a6e85417172f
children c2f839305f23 3cebe1c677ab
files waaad/message.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/message.c	Fri Jan 09 15:36:54 2009 +0900
+++ b/waaad/message.c	Mon Jan 19 11:04:05 2009 +0900
@@ -811,12 +811,12 @@
 				break;
 
 			case AVP_TYPE_FLOAT32:
-				PUT_in_buf_32(avp->avp_public.avp_data->u32, buffer + *offset);
+				PUT_in_buf_32(avp->avp_public.avp_data->f32, buffer + *offset);
 				*offset += 4;
 				break;
 
 			case AVP_TYPE_FLOAT64:
-				PUT_in_buf_64(avp->avp_public.avp_data->u64, buffer + *offset);
+				PUT_in_buf_64(avp->avp_public.avp_data->f64, buffer + *offset);
 				*offset += 8;
 				break;
 
"Welcome to our mercurial repository"