Hello.

Here is a quick patch to fix a compile problem with japhar
from the CVS.


Index: system.c
===================================================================
RCS file: /cvsroot/hungry/java/japhar/lib/libnative/java.lang/system.c,v
retrieving revision 1.44
diff -u -r1.44 system.c
--- system.c    1999/02/01 06:09:28     1.44
+++ system.c    1999/02/22 01:22:41
@@ -312,7 +312,7 @@
 #if HAVE_TM_ZONE
   value = (*env)->NewStringUTF(env, tminfo->tm_zone);
 #elif defined(HAVE_TZNAME)
-  value = (*env)->NewStringUTF(env, tzname[tm->tm_isdst]);   
+  value = (*env)->NewStringUTF(env, tzname[tminfo->tm_isdst]);   
 #else
 #warning No known method to determine current timezone!
 #endif


later
Mo DeJong
dejong at cs.umn.edu

Reply via email to