diff options
author | lordjaxom <lordjaxom> | 2004-12-17 19:56:21 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-17 19:56:21 +0000 |
commit | ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d (patch) | |
tree | d572f41490e8949a5e7323bf94b59c4034438afe /common.c | |
parent | b8f29c674cc0ccca207123342c1344bbd0f13796 (diff) | |
download | vdr-plugin-text2skin-ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d.tar.gz vdr-plugin-text2skin-ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d.tar.bz2 |
1.0-pre5v1.0-pre5
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |