chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] this code looks wrong to me


From: Peter Bex
Subject: Re: [Chicken-hackers] this code looks wrong to me
Date: Wed, 17 Feb 2016 13:35:33 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Feb 17, 2016 at 12:05:54PM +0100, Jörg F. Wittenberger wrote:
> The attached patch does what I think it's the right thing to do.  If
> it's not obvious than beware: I did not yet test it.

That won't work.  The code says:

  if(c != 3) C_bad_argc(c, 3);

So av is only 3 long.  It really should pass av2.

Cheers,
Peter

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]