Handle negative time and offset from Epoch
[babeltrace.git] / formats / ctf-text / ctf-text.c
index 2ba082303c50941a9beda71ee30cf6ce9fdfcee6..9b1d2b4d6c9352324f5691f1c84fe0b048393d4d 100644 (file)
@@ -42,7 +42,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 
-#define NSEC_PER_SEC 1000000000ULL
+#define NSEC_PER_SEC 1000000000LL
 
 int opt_all_field_names,
        opt_scope_field_names,
This page took 0.022308 seconds and 4 git commands to generate.