From: compudj Date: Tue, 27 Jan 2004 21:56:24 +0000 (+0000) Subject: warning fix in convert.c X-Git-Tag: v0.12.20~3073 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=1412c37e8fa13f69edf60a4966456bd4072ebe08;hp=0e9ba23995d88ec32aca48812a62094daf664314;p=lttv.git warning fix in convert.c git-svn-id: http://ltt.polymtl.ca/svn@416 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index aaac7be6..4f038043 100644 --- a/ltt/branches/poly/ltt/convert/convert.c +++ b/ltt/branches/poly/ltt/convert/convert.c @@ -13,7 +13,7 @@ #define PROCESS_EXIT_ID 21 #define INFO_ENTRY 9 -#define OVERFLOW_FIGURE 4294967296 +#define OVERFLOW_FIGURE 4294967295 typedef struct _new_process {