diff options
author | lordjaxom <lordjaxom> | 2005-01-07 21:49:23 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-07 21:49:23 +0000 |
commit | 62ad3100d861a1227fe4c1130dcf2a7ec096ed61 (patch) | |
tree | 5200a17f7bd70b15b683f1dcf1c725a290124541 /status.c | |
parent | 7c3fd29204b8882011186b6337b002893fe2d1f6 (diff) | |
download | vdr-plugin-text2skin-62ad3100d861a1227fe4c1130dcf2a7ec096ed61.tar.gz vdr-plugin-text2skin-62ad3100d861a1227fe4c1130dcf2a7ec096ed61.tar.bz2 |
- consequent use of cxType for strings and numbers
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: status.c,v 1.4 2005/01/02 16:54:41 lordjaxom Exp $ + * $Id: status.c,v 1.5 2005/01/07 21:49:23 lordjaxom Exp $ */ #include "status.h" @@ -138,7 +138,7 @@ cxType cText2SkinStatus::GetTokenData(const txToken &Token) break; }; - return cxType::False; + return false; } void cText2SkinStatus::OsdClear(void) { |