summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index beb32a04..d194ac07 100644
--- a/src/item.h
+++ b/src/item.h
@@ -191,7 +191,7 @@ public:
static bool use_aux_date;
virtual bool has_date() const {
- return _date;
+ return _date != NULL;
}
virtual date_t date() const {