]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Placate optimiser.
authorSimon Tatham <anakin@pobox.com>
Wed, 26 Mar 2008 18:16:52 +0000 (18:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 26 Mar 2008 18:16:52 +0000 (18:16 +0000)
[originally from svn r7939]

unix/gtkfont.c

index 19f9bafd1a50a445b11f9f7d20830ca7cd47f67e..35ca48ab0a5a878d560ad1712e41c6e31f3669d0 100644 (file)
@@ -1843,7 +1843,7 @@ void unifontsel_set_name(unifontsel *fontsel, const char *fontname)
 {
     unifontsel_internal *fs = (unifontsel_internal *)fontsel;
     int i, start, end, size;
-    const char *fontname2;
+    const char *fontname2 = NULL;
     fontinfo *info;
 
     /*