develooper Front page | perl.perl6.internals | Postings from February 2002

Re: [PATCH] Nearly the last of the warnings.

Thread Previous | Thread Next
From:
Jonathan Stowe
Date:
February 5, 2002 13:11
Subject:
Re: [PATCH] Nearly the last of the warnings.
Message ID:
Pine.LNX.4.44.0202052107310.3505-100000@orpheus.gellyfish.com
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
                                    |


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About