[Freemint-list] [PATCH] TosWin2 fixes

Helmut Karlowski helmut.karlowski at ish.de
Fri Jan 13 02:20:10 MSK 2017


Am 12.01.2017, 16:54 Uhr, schrieb Miro Kropáček:

> He's my work on TosWin2:

I flew over it and wondered about:

@@ -726,6 +727,14 @@ bool config_load(void)
           buffer[strlen(buffer) - 1] = '\0';
         parse_line(buffer);
       }
+
+     if (gl_con_log)
+     {
+       bool on = gl_con_log;
+       gl_con_log = FALSE;
+       gl_con_log = log_console(on);
+     }
+

Why do you set gl_con_log twice?

I guess some of your fixes are already in my 2.6-derived version. I've  
committed it now (branch_1_15).
Maybe you can have a look. It's all unfinished though.

I've also fixed the tosrun-issue in shel_write (in my branch).

-Helmut



More information about the Freemint-list mailing list