# HG changeset patch # User Sam Lantinga # Date 1199081570 0 # Node ID a922394ae03852f3af7dd2bc9c1e26b626158bda # Parent e52772528c75bbe74831b7478badd70e264d992c Fixed 1 out of 210 warnings. ;-) diff -r e52772528c75 -r a922394ae038 src/video/quartz/SDL_QuartzEvents.m --- a/src/video/quartz/SDL_QuartzEvents.m Mon Dec 31 03:09:42 2007 +0000 +++ b/src/video/quartz/SDL_QuartzEvents.m Mon Dec 31 06:12:50 2007 +0000 @@ -254,7 +254,7 @@ static void QZ_DoKey (_THIS, int state, NSEvent *event) { - NSString *chars; + NSString *chars = NULL; unsigned int i, numChars; SDL_keysym key;