* src/vm/utf8.c (utf8_init): Compile fix with ENABLE_STATISTICS.
authortwisti <none@none>
Thu, 22 Jun 2006 14:39:10 +0000 (14:39 +0000)
committertwisti <none@none>
Thu, 22 Jun 2006 14:39:10 +0000 (14:39 +0000)
src/vm/utf8.c

index 24dabea1ebfdad86861b50d304c3d66f504d447f..d9b27f32a9f7c2885963622da72d346be886539c 100644 (file)
@@ -31,7 +31,7 @@
             Christian Thalinger
                        Edwin Steiner
 
-   $Id: utf8.c 4921 2006-05-15 14:24:36Z twisti $
+   $Id: utf8.c 5046 2006-06-22 14:39:10Z twisti $
 
 */
 
@@ -183,7 +183,7 @@ bool utf8_init(void)
 
 #if defined(ENABLE_STATISTICS)
        if (opt_stat)
-               count_utf_len += sizeof(utf*) * hashtable_utf.size;
+               count_utf_len += sizeof(utf*) * hashtable_utf->size;
 #endif
 
        /* create utf-symbols for pointer comparison of frequently used strings */