$NetBSD: patch-ae,v 1.2 2006/04/14 08:45:06 adam Exp $

--- fontforge/fontinfo.c.orig	2006-04-06 16:02:54.000000000 +0200
+++ fontforge/fontinfo.c
@@ -5182,6 +5182,7 @@ static int GFI_OK(GGadget *g, GEvent *e)
 #endif
 	char os2_vendor[4];
 	NameList *nl;
+	int ans;
 	extern int allow_utf8_glyphnames;
 
 	if ( d->tn_smallactive!=-1 )
@@ -5369,7 +5370,7 @@ return(true);
 	    buts[2] = GTK_STOCK_CANCEL;
 #endif
 	    buts[3] = NULL;
-	    int ans = gwwv_ask(_("Change UniqueID?"),(const char **) buts,0,2,_("You have changed this font's name without changing the UniqueID (or XUID).\nThis is probably not a good idea, would you like me to\ngenerate a random new value?"));
+	    ans = gwwv_ask(_("Change UniqueID?"),(const char **) buts,0,2,_("You have changed this font's name without changing the UniqueID (or XUID).\nThis is probably not a good idea, would you like me to\ngenerate a random new value?"));
 	    if ( ans==2 ) {
 		GDrawSetCursor(gw,ct_pointer);
 return(true);
