From 929c7bfe6c2f303ca2abcff5ad7a574b660fb796 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 7 Jan 2005 21:46:51 +0000 Subject: - consequent use of cxType for all strings and numbers --- common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index a249f9d..f45ed1c 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,5 @@ /* - * $Id: common.c,v 1.5 2004/12/22 15:38:18 lordjaxom Exp $ + * $Id: common.c,v 1.6 2005/01/07 21:46:51 lordjaxom Exp $ */ #include "common.h" @@ -138,7 +138,7 @@ cxType TimeType(time_t Time, const std::string &Format) } else return Time; } - return cxType::False; + return false; } cxType DurationType(uint Index, const std::string &Format) @@ -213,7 +213,7 @@ cxType DurationType(uint Index, const std::string &Format) } else return (int)Index; } - return cxType::False; + return false; } bool ParseVar(const char *Text, const char *Name, std::string &Value) -- cgit v1.2.3