fix: restore
authormotse <none@none>
Fri, 28 Jan 2005 10:44:56 +0000 (10:44 +0000)
committermotse <none@none>
Fri, 28 Jan 2005 10:44:56 +0000 (10:44 +0000)
src/vm/loader.c

index 925022f244da14ec2dbfbdec9fef5a672a607315..2ad5c3351a36030867244ea8386eb7fc5d08e63a 100644 (file)
@@ -32,7 +32,7 @@
             Edwin Steiner
             Christian Thalinger
 
-   $Id: loader.c 1889 2005-01-27 23:49:03Z motse $
+   $Id: loader.c 1890 2005-01-28 10:44:56Z motse $
 
 */
 
@@ -503,7 +503,8 @@ classbuffer *suck_start(classinfo *c)
                                                /* we need this later in use_class_as_object to set a correct 
                             ProtectionDomain and CodeSource */
                                                c->pd = (struct java_security_ProtectionDomain*) cpi; 
-
+                                               
+                                               len = unzReadCurrentFile(cpi->uf,cb->data, cb->size);
 
                                                if (len != cb->size) {
                                                        suck_stop(cb);