summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wilke <git@joachim-wilke.de>2013-01-21 17:15:55 +0100
committerJoachim Wilke <git@joachim-wilke.de>2013-01-21 21:32:47 +0100
commited1e8684f5268d33db296bd03e2f5a9a6297cb1b (patch)
tree3b7eaa7e5eeca5c77898bded2ebc1d7382782f6a
parent48e86199672554fcc8e3b067b74c70bc037b2545 (diff)
downloadvdr-plugin-lcdproc-ed1e8684f5268d33db296bd03e2f5a9a6297cb1b.tar.gz
vdr-plugin-lcdproc-ed1e8684f5268d33db296bd03e2f5a9a6297cb1b.tar.bz2
Fix an issue with gcc 4.7
-rw-r--r--lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcd.c b/lcd.c
index eb2e1cd..bfbccea 100644
--- a/lcd.c
+++ b/lcd.c
@@ -808,7 +808,7 @@ void cLcd::Action(void) { // LCD output thread
cLcd::Write(LcdSetup.ShowTime?1:4," Welcome to V D R\0");
cLcd::Write(LcdSetup.ShowTime?2:3,"--------------------\0");
cLcd::Write(LcdSetup.ShowTime?3:1,"Video Disk Recorder\0");
- cLcd::Write(LcdSetup.ShowTime?4:2,"Version: "VDRVERSION"\0");
+ cLcd::Write(LcdSetup.ShowTime?4:2,"Version: " VDRVERSION "\0");
// Output init
if (LcdSetup.OutputNumber > 0){