On Tue, May 15, 2012 at 10:02 AM, Davidlohr Bueso <[email protected]> wrote: > On Tue, 2012-05-15 at 11:54 +0300, Lauri Kasanen wrote: >> Hi >> >> Wrong function attribute in the realloc definition. (1,2) would have meant >> that size = ptr * size, which doesn't make any sense. > > Yes, this is correct, realloc will return memory of the size given by > parameter 2. >
thanks you both, applied. > >> >> - Lauri >> _______________________________________________ >> Monkey mailing list >> [email protected] >> http://lists.monkey-project.com/listinfo/monkey > > > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
