From 18fd7cb227ff7d49f09ade73abcb89d54d07932d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 10 Feb 2015 14:44:23 +0100 Subject: [PATCH] lcdd: remove useless cast Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e73d266c3ef1d00e8ac057a6fe6bc56490925fc5 Author: Stefan Seyfried Date: 2015-02-10 (Tue, 10 Feb 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcdd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/lcdd.cpp b/src/driver/lcdd.cpp index 5c5e3711d..74193ed4b 100644 --- a/src/driver/lcdd.cpp +++ b/src/driver/lcdd.cpp @@ -627,7 +627,7 @@ void CLCD::showTime() } else { - strftime((char*) ×tr, 20, "%H:%M", t); + strftime(timestr, 20, "%H:%M", t); clearClock = 1; }