From 64a7e205db7a549b0c0784cfa957b871b37a600b Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 27 Jan 2004 22:33:38 +0000 Subject: [PATCH] warning fix git-svn-id: http://ltt.polymtl.ca/svn@423 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1