From 69c3ba6f592342ba56f1395fea2313cfb758335d Mon Sep 17 00:00:00 2001 From: Cory Donnelly Date: Fri, 30 Jul 2010 09:47:55 -0400 Subject: [PATCH] Documentation - Comment for getDueState() updated to reflect actual return values --- src/recur.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/recur.cpp b/src/recur.cpp index 6705cd949..d744f3d58 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -381,7 +381,8 @@ void updateRecurrenceMask ( // Determines whether a task is overdue. Returns // 0 = not due at all // 1 = imminent -// 2 = overdue +// 2 = today +// 3 = overdue int getDueState (const std::string& due) { if (due.length ())