PATCH: comctl32\listview.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
* dll\comctl32\listview.c
- LISTVIEW_ProcessLetterKeys: fixed never ending loop when end index is zero

Author:
Sander van Leeuwen <sandervl@xs4all.nl>

License: X11 / LGPL

--- listview.c	Mon Sep 16 13:26:16 2002
+++ listview.co	Mon Sep 16 13:08:54 2002
@@ -754,7 +754,7 @@
     }
     do {
         if (idx == nSize) {
-            if (endidx == nSize || endidx == 0)
+            if (endidx == nSize)
                 break;
             idx=0;
         }




[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux