From a487bc109085335ae068bd3763db7211fe2ffd93 Mon Sep 17 00:00:00 2001 From: Mikhael Date: Tue, 19 Nov 2024 21:41:37 +0300 Subject: [PATCH] minor formatting fix for code and log --- osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osd.c b/osd.c index 927dc8f..90958e9 100644 --- a/osd.c +++ b/osd.c @@ -1939,7 +1939,7 @@ static void InitMSPHook(){ char font_load_name[255]; font_suffix=""; font_path = "/usr/share/fonts/"; - #ifdef _x86 + #ifdef _x86 font_path = executableDir;//.bmp int l=strlen(font_path); font_path[l]='/'; @@ -2142,7 +2142,7 @@ On sigmastar the BMP row stride is aligned to 8 bytes, that is 16 pixels in PIXE #ifdef __SIGMASTAR__ if (verbose) - printf("Set SS Font Review %d:%d", bitmap.u32Width, bitmap.u32Height); + printf("Set SS Font Review %d:%d\r\n", bitmap.u32Width, bitmap.u32Height); //For some reason this fails...?! //set_bitmap(osds[FULL_OVERLAY_ID].hand, &bitmap);//bitmap must match region dimensions!