[Freemint-list] [PATCH] TosWin2 fixes

Miro Kropáček miro.kropacek at gmail.com
Fri Jan 13 03:22:49 MSK 2017


>
> @@ -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?
>
Oops, forgot to delete that line. But fortunately, it's harmless.

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 think you should finally merge at least parts of your branch to the main
one, esp. now with my git tree it should be easier than ever.

I've also fixed the tosrun-issue in shel_write (in my branch).
>
I'll take a look, hopefully it will be easy to cherry pick and provide a
patch for trunk (if you're not going to do that by yourself).

-- 
MiKRO / Mystic Bytes
http://mikro.atari.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.atariforge.org/pipermail/freemint-list/attachments/20170113/29f684fb/attachment-0001.html 


More information about the Freemint-list mailing list