From: compudj Date: Tue, 27 Jan 2004 22:33:38 +0000 (+0000) Subject: warning fix X-Git-Tag: v0.12.20~3066 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=64a7e205db7a549b0c0784cfa957b871b37a600b;p=lttv.git warning fix git-svn-id: http://ltt.polymtl.ca/svn@423 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index 4f038043..0db012e7 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 4294967295 +#define OVERFLOW_FIGURE 0xffffffff typedef struct _new_process {