DPA_InsertPtr

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

 



This silly thing is never ending...
Relative to Michael's patches.

ChangeLog
  Append to the end of the DPA, if insert index is too large.

--- ./dlls/comctl32/comctl32undoc.c.m   Tue Oct 22 18:58:23 2002
+++ ./dlls/comctl32/comctl32undoc.c     Tue Oct 22 18:58:31 2002
@@ -1879,7 +1879,7 @@

     if (!hdpa || i < 0) return -1;

-    if (i == 0x7fff)
+    if (i >= 0x7fff)
        i = hdpa->nItemCount;

     if (i >= hdpa->nItemCount)

-- 
Dimi.



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

  Powered by Linux