diff options
-rw-r--r-- | xbmc/linux/XLCDproc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/linux/XLCDproc.cpp b/xbmc/linux/XLCDproc.cpp index 01f59ad421..3685bef332 100644 --- a/xbmc/linux/XLCDproc.cpp +++ b/xbmc/linux/XLCDproc.cpp @@ -220,6 +220,9 @@ void XLCDproc::SetBackLight(int iLight) cmd.append("widget_del xbmc line2\n"); cmd.append("widget_del xbmc line3\n"); cmd.append("widget_del xbmc line4\n"); + + for(int i=0; i<4; i++) + m_strLine[i] = ""; } else if (iLight > 0) { |