diff options
author | lordjaxom <lordjaxom> | 2005-01-02 20:34:20 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-02 20:34:20 +0000 |
commit | 6292e081aaa521f05459ac1b7c85cfce9defadbe (patch) | |
tree | e9161d034aea0bd27023c78b269dd68b7d905f28 | |
parent | fa55bc1472723964810dbc3d35cd9bc0c0c64947 (diff) | |
download | vdr-plugin-text2skin-6292e081aaa521f05459ac1b7c85cfce9defadbe.tar.gz vdr-plugin-text2skin-6292e081aaa521f05459ac1b7c85cfce9defadbe.tar.bz2 |
- fixed compiler warning
-rw-r--r-- | render.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: render.c,v 1.14 2005/01/02 20:16:20 lordjaxom Exp $ + * $Id: render.c,v 1.15 2005/01/02 20:34:20 lordjaxom Exp $ */ #include "render.h" @@ -36,7 +36,7 @@ cText2SkinRender::cText2SkinRender(cText2SkinLoader *Loader, cxDisplay::eType Di mBaseSize() { if (mDisplay == NULL) { - esyslog("ERROR: text2skin: display for %s missing", cxDisplay::GetType(Display)); + esyslog("ERROR: text2skin: display for %s missing", cxDisplay::GetType(Display).c_str()); return; } |