SCREENIO.C
I created the patch with Winmerge, it is a 1 character change on line 368. Change the OR operator to an AND operator to turn off the high order bits. I did check the revisions up to R4804 and the SCREENIO.C code has not changed since R4792 so we should be able to add this patch to the R4804 revision.
368c368
< switch (cob_get_int (f) & 7) {
switch (cob_get_int (f) | 7) {
Totally correct, anyone with svn acces may commit that to the 3.x branch and if Arnold does a build should apply it, too, please drop him a note
I'm not sure how to update SVN, and to be fair, it was Chuck who actually found the spot to fix. But I should be able to apply the patch in source while building the preview.
Thanks very much, everyone!
Should be fixed with [r4841]
Related
Commit: [r4841]