aboutsummaryrefslogtreecommitdiffstats
path: root/drv_PHAnderson.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_PHAnderson.c')
-rw-r--r--drv_PHAnderson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_PHAnderson.c b/drv_PHAnderson.c
index 667d0b0..4cf618b 100644
--- a/drv_PHAnderson.c
+++ b/drv_PHAnderson.c
@@ -267,7 +267,7 @@ static int drv_PHAnderson_start(const char *section)
}
s = cfg_get(section, "Bootscreen", NULL);
- printf(s);
+ printf("%s", s);
drv_PHAnderson_bootscreen(s);
drv_PHAnderson_clear(); /* clear display */