jedsoft / jed

Programmer's text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug!!

yifungkhong opened this issue · comments

jed/src/screen.c

Line 1211 in 33f4757

s2->hi1 = s1->hi0 = NULL;

s2 should be s1

Corrected in commit [3d67559].

This typo has been there for a very long time. Did you find it by looking at the source code itself? Or did it manifest itself in the editor? I suspect the former.

Thanks

Corrected in commit [3d67559].

This typo has been there for a very long time. Did you find it by looking at the source code itself? Or did it manifest itself in the editor? I suspect the former.

Thanks

yes,I just found it by examining the source code