To: [EMAIL PROTECTED]
cc:
Subject: [PATCH] Nearly the last of
the warnings.
>diff -u -r1.12 jit.c >--- jit.c 29 Jan 2002 14:05:31 -0000 1.12 >+++ jit.c 5 Feb 2002 20:46:43 -0000 >@@ -214,7 +214,7 @@ > address = (INTVAL *)&s->strlen; > break; > case 6: >- address = (INTVAL *)s->encoding; >+ address = (INTVAL *)&s->encoding; Gasp -- an example of a warning actually identifiying a bug!? -Melvin Smith IBM :: Atlanta Innovation Center [EMAIL PROTECTED] :: 770-835-6984
