[MPlayer-cvslog] r36901 - trunk/stream/vcd_read_os2.h
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Feb 23 14:04:39 CET 2014
On Sun, Feb 23, 2014 at 01:02:39PM +0100, komh wrote:
> +#ifdef __KLIBC__
> +#include <emx/umalloc.h>
> +#define calloc _lcalloc
> +#endif
This is no good, that will replace _all_ calloc calls in all files
that include this header.
Please put an ifdef only around the one calloc in vcd_read_toc
that actually needs to be replaced instead.
More information about the MPlayer-cvslog
mailing list