summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index f01b599f9a..e491c5b6f2 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -888,7 +888,7 @@ void settings_apply(bool read_disk)
888#ifdef HAVE_REMOTE_LCD 888#ifdef HAVE_REMOTE_LCD
889 if ( global_settings.remote_font_file[0] 889 if ( global_settings.remote_font_file[0]
890 && global_settings.remote_font_file[0] != '-') { 890 && global_settings.remote_font_file[0] != '-') {
891 snprintf(buf, sizeof buf, FONT_DIR "%s.fnt", 891 snprintf(buf, sizeof buf, FONT_DIR "/%s.fnt",
892 global_settings.remote_font_file); 892 global_settings.remote_font_file);
893 CHART2(">font_load_remoteui ", global_settings.remote_font_file); 893 CHART2(">font_load_remoteui ", global_settings.remote_font_file);
894 rc = font_load_remoteui(buf); 894 rc = font_load_remoteui(buf);