summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.h b/database.h
index 2a5f9ac..0d69a71 100644
--- a/database.h
+++ b/database.h
@@ -8,7 +8,7 @@
#define OUT false
struct TimeEnty_t {
- int datetime;
+ long datetime;
bool direction; // IN || OUT
};