From ed1e8684f5268d33db296bd03e2f5a9a6297cb1b Mon Sep 17 00:00:00 2001 From: Joachim Wilke Date: Mon, 21 Jan 2013 17:15:55 +0100 Subject: Fix an issue with gcc 4.7 --- lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){ -- cgit v1.2.3