On Tue, Mar 25, 2008 at 7:58 PM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > This is needed, along with some other patches I'll be sending later to > make Richard Gariott's Tabula Rasa updater not crash at startup. >
gcc says: font.c:126: warning: ISO C90 forbids mixed declarations and code font.c:131: warning: assignment discards qualifiers from pointer target type This doesn't work: ffamily->FamilyName = name; What happens is FontFamily is NULL? *FontFamily = ffamily;
