[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] new help
From: |
strk |
Subject: |
Re: [Gnash] new help |
Date: |
Wed, 11 Oct 2006 18:53:43 +0200 |
On Wed, Oct 11, 2006 at 06:42:14PM +0200, Bastiaan Jacques wrote:
> On Wed, 2006-10-11 at 17:27 +0100, Damon Smith wrote:
> > - plugins.cpp line 685 - had to increase maxargc by one (no idea why,
> > it was pretty much hardcoded anyway)
>
> We should do this in CVS too. I'm not entirely sure why we have this
> limit, anyway.
We need to allocate argv, so we allocate as much space
as needed for the hard-coded switches + the variable -P ones.
The final assertion is there to catch coding errors.
--strk;