On Tue, 5 Feb 2002, Melvin Smith wrote:
>(I Wrote):
> >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!?

Surprised me - it got away in the storm of warnings no doubt ;-}

/J\
-- 
Jonathan Stowe                      |
<http://www.gellyfish.com>          |      This space for rent
                                    |

Reply via email to