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. > > - 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
