From: compudj Date: Fri, 9 Jun 2006 10:58:53 +0000 (+0000) Subject: fix ltt_type_size on x86_64 X-Git-Tag: v0.12.20~1580 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8e14270ea52379763d7085888c6492c2f5f8394d;p=lttv.git fix ltt_type_size on x86_64 git-svn-id: http://ltt.polymtl.ca/svn@1909 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/type.c b/ltt/branches/poly/ltt/type.c index d759f325..d650d355 100644 --- a/ltt/branches/poly/ltt/type.c +++ b/ltt/branches/poly/ltt/type.c @@ -141,9 +141,9 @@ LttTypeEnum ltt_type_class(LttType *t) * returns 0 if erroneous, and show a critical warning message. ****************************************************************************/ -size_t ltt_type_size(LttTrace * trace, LttType *t) +guint ltt_type_size(LttTrace * trace, LttType *t) { - size_t size; + guint size; switch(t->type_class) { case LTT_INT_FIXED: