warning fix in convert.c
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 21:56:24 +0000 (21:56 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 21:56:24 +0000 (21:56 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@416 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/convert/convert.c

index aaac7be65724647de90cba6bfa56a0772673ddba..4f03804346374ec4860db1b4c069a3b7d1efbb1f 100644 (file)
@@ -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
 {
This page took 0.023819 seconds and 4 git commands to generate.