]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/infback.c
added possibility to throw different objects and crash directly from the main frame...
[wxWidgets.git] / src / zlib / infback.c
index e9709984a8986852e4715cf978203af6b59f58d3..262f97c73ac757642cfe37097cebc653e9bc7a5c 100644 (file)
@@ -434,8 +434,8 @@ void FAR *out_desc;
                 }
             }
 
                 }
             }
 
-            if (state->mode == BAD)
-                break;
+            /* handle error breaks in while */
+            if (state->mode == BAD) break;
 
             /* build code tables */
             state->next = state->codes;
 
             /* build code tables */
             state->next = state->codes;