]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/libpy.c
merged fixes for accel and command event non propagation from 2.2
[wxWidgets.git] / wxPython / src / libpy.c
index d8d22da4f4e365939bac9385bba91c0b279167fe..450467bd13c2bca64a8092bc7a8e16b21e64f487 100644 (file)
@@ -362,7 +362,7 @@ SWIG_GetPtr(char *c, void **ptr, char *t)
   sp = &SwigPtrTable[start];
 
   /* Try to find a match */
-  while (start <= end) {
+  while (start < end) {               /* was "<="     --robin */
     if (strncmp(t,sp->name,sp->len) == 0) {
       name = sp->name;
       len = sp->len;