--- trunk/Src/wptGPG.cpp 2012/02/01 18:47:45 406 +++ trunk/Src/wptGPG.cpp 2012/02/06 19:26:03 407 @@ -950,10 +950,9 @@ void gnupg_backup_options (void) { - char *cfgfile; char bak[MAX_PATH+32]; - cfgfile = get_gnupg_cfgfile (); + char *cfgfile = get_gnupg_cfgfile (); if (!cfgfile) return; _snprintf (bak, DIM (bak)-1, "%s.bak", cfgfile);