From 1412c37e8fa13f69edf60a4966456bd4072ebe08 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 27 Jan 2004 21:56:24 +0000 Subject: [PATCH] warning fix in convert.c git-svn-id: http://ltt.polymtl.ca/svn@416 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 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 { -- 2.34.1