From ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 17 Dec 2004 19:56:21 +0000 Subject: 1.0-pre5 --- common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index 7a45a02..cac3fab 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,5 @@ /* - * $Id: common.c,v 1.4 2004/12/14 20:02:31 lordjaxom Exp $ + * $Id: common.c,v 1.5 2004/12/17 19:56:16 lordjaxom Exp $ */ #include "common.h" @@ -101,7 +101,7 @@ cxType TimeType(time_t Time, const std::string &Format) { } else return Time; } - return ""; + return false; } bool ParseVar(const char *Text, const char *Name, std::string &Value) { -- cgit v1.2.3