You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/02/08 04:59:58 UTC

svn commit: r619758 - /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c

Author: smishura
Date: Thu Feb  7 19:59:58 2008
New Revision: 619758

URL: http://svn.apache.org/viewvc?rev=619758&view=rev
Log:
Quick fix for commit r619649

Modified:
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c

Modified: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c?rev=619758&r1=619757&r2=619758&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c (original)
+++ harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c Thu Feb  7 19:59:58 2008
@@ -145,6 +145,7 @@
 #ifdef HY_ZIP_API
   VMI_ACCESS_FROM_ENV(env);
 #endif /* HY_ZIP_API */
+  PORT_ACCESS_FROM_ENV (env);
 
   I_32 retval;
   I_32 extraval;
@@ -377,6 +378,7 @@
 #ifdef HY_ZIP_API
   VMI_ACCESS_FROM_ENV(env);
 #endif /* HY_ZIP_API */
+  PORT_ACCESS_FROM_ENV (env);
 
   IDATA nextEntryPointer;
   JCLZipFile *jclZipFile = (JCLZipFile *) (IDATA) descriptor;
@@ -539,6 +541,7 @@
 #ifdef HY_ZIP_API
   VMI_ACCESS_FROM_ENV(env);
 #endif /* HY_ZIP_API */
+  PORT_ACCESS_FROM_ENV (env);
 
   I_32 retval;
 #ifdef HY_ZIP_API