* zip_find: Renamed classes to htclasses.
authortwisti <none@none>
Tue, 20 Dec 2005 23:25:30 +0000 (23:25 +0000)
committertwisti <none@none>
Tue, 20 Dec 2005 23:25:30 +0000 (23:25 +0000)
src/vm/zip.c

index 670b4dc33561ffb4976c75daa7f8ad3f797c705b..dde8e52aafb4680d9a67bd809f9f2d37e0c5856d 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: zip.c 3936 2005-12-10 23:58:29Z twisti $
+   $Id: zip.c 3960 2005-12-20 23:25:30Z twisti $
 
 */
 
@@ -344,7 +344,7 @@ hashtable_zipfile_entry *zip_find(list_classpath_entry *lce, utf *u)
 
        /* get classes hashtable from the classpath entry */
 
-       ht = lce->classes;
+       ht = lce->htclasses;
 
        /* get the hashtable slot of the name searched */