warning fix in convert.c
[lttv.git] / 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.024894 seconds and 4 git commands to generate.