warning fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 22:33:38 +0000 (22:33 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 22:33:38 +0000 (22:33 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@423 04897980-b3bd-0310-b5e0-8ef037075253

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

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