[Bug 59497] New: Incorrect condition in edit.c EDIT_EM_ReplaceSel
http://bugs.winehq.org/show_bug.cgi?id=59497 Bug ID: 59497 Summary: Incorrect condition in edit.c EDIT_EM_ReplaceSel Product: Wine Version: 11.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@list.winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: --- https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/user32/edit.c#L2654 https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/comctl32_v6/edit.c#L2... while ((es->text_width > fw) && s + strl >= s) { should be while ((es->text_width > fw) && s + strl > 0) { -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59497 KRosUser <kyle.kcsoftwares@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/reactos/ | |reactos/commit/be7d79768e0b | |24e57149db96b85d37039bfc512 | |a Distribution|--- |Ubuntu -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla