@@ -1255,7 +1255,7 @@ static void run_events_ui(unsigned int which)
12551255 /*char txt[100];
12561256 sprintf(txt, "DISPLAY MODE: MANUAL ZOOM - %d%%", aspect_ratio_factor_percent);
12571257 plat_status_msg_busy_first(txt);*/
1258- sprintf (shell_cmd , "%s %d \"DISPLAY MODE: MANUAL ZOOM %d%%%\"" ,
1258+ sprintf (shell_cmd , "%s %d \"DISPLAY MODE: MANUAL ZOOM %d%%%% \"" ,
12591259 SHELL_CMD_NOTIF , NOTIF_SECONDS_DISP , aspect_ratio_factor_percent );
12601260 fp = popen (shell_cmd , "r" );
12611261 if (fp == NULL ) {
@@ -1279,7 +1279,7 @@ static void run_events_ui(unsigned int which)
12791279 /*char txt[100];
12801280 sprintf(txt, "DISPLAY MODE: MANUAL ZOOM - %d%%", aspect_ratio_factor_percent);
12811281 plat_status_msg_busy_first(txt);*/
1282- sprintf (shell_cmd , "%s %d \"DISPLAY MODE: MANUAL ZOOM %d%%%\"" ,
1282+ sprintf (shell_cmd , "%s %d \"DISPLAY MODE: MANUAL ZOOM %d%%%% \"" ,
12831283 SHELL_CMD_NOTIF , NOTIF_SECONDS_DISP , aspect_ratio_factor_percent );
12841284 fp = popen (shell_cmd , "r" );
12851285 if (fp == NULL ) {
@@ -1296,7 +1296,7 @@ static void run_events_ui(unsigned int which)
12961296 //char txt[100];
12971297 if (aspect_ratio == ASPECT_RATIOS_TYPE_MANUAL ){
12981298 //sprintf(txt, "DISPLAY MODE: MANUAL ZOOM - %d%%", aspect_ratio_factor_percent);
1299- sprintf (shell_cmd , "%s %d \"DISPLAY MODE: MANUAL ZOOM %d%%%\"" ,
1299+ sprintf (shell_cmd , "%s %d \"DISPLAY MODE: MANUAL ZOOM %d%%%% \"" ,
13001300 SHELL_CMD_NOTIF , NOTIF_SECONDS_DISP , aspect_ratio_factor_percent );
13011301 }
13021302 else {
0 commit comments