summaryrefslogtreecommitdiffstats
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c
index 982cbe621a..e9b0924388 100644
--- a/apps/sleeptimer.c
+++ b/apps/sleeptimer.c
@@ -126,7 +126,7 @@ bool sleeptimer_screen(void)
minutes = (seconds - (hours * 3600)) / 60;
snprintf(buf, 32, "%d:%02d",
hours, minutes);
- lcd_puts(0, 1, buf);
+ lcd_puts(0, 1, (unsigned char *)buf);
if (sayit && global_settings.talk_menu)
{