summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-17 19:56:21 +0000
committerlordjaxom <lordjaxom>2004-12-17 19:56:21 +0000
commitac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d (patch)
treed572f41490e8949a5e7323bf94b59c4034438afe /common.c
parentb8f29c674cc0ccca207123342c1344bbd0f13796 (diff)
downloadvdr-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.c4
1 files changed, 2 insertions, 2 deletions
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) {