ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] wrong sizeof in cmdret_new


From: Shawn Betts
Subject: Re: [RP] wrong sizeof in cmdret_new
Date: Sun, 10 Apr 2005 15:28:56 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"jesus c. meyendriesch" <address@hidden> writes:

> Ahoi..
> 
> In actions.c (cmdret_new) the xmalloc to reserve memory for ret gets the
> size of a pointer: (sizeof (cmdret *)).
> Is that intended?
> It should be sizeof(cmdret) to get the whole size of cmdret.

I think thats a bug. Thanks! Fixed in CVS.

> btw: it would be nice to change my mail-address in AUTHORS to
> address@hidden Thanks.

Done.

-Shawn




reply via email to

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