On Nov 30, 2008, at 10:19 PM, gschneider@svn.reactos.org wrote:
Author: gschneider Date: Sun Nov 30 13:19:45 2008 New Revision: 37774
- if (!(tmp = (char*)und_alloc(sym, len))) return NULL;
- if (!(tmp = und_alloc(sym, len))) return NULL;
You might want to keep these when syncing, it reduces compiler warnings.