/[winpt]/trunk/Src/wptGPG.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPG.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 406 by twoaday, Sat Dec 3 18:59:01 2011 UTC revision 407 by twoaday, Mon Feb 6 19:26:03 2012 UTC
# Line 950  fail: Line 950  fail:
950  void  void
951  gnupg_backup_options (void)  gnupg_backup_options (void)
952  {  {
     char *cfgfile;  
953      char bak[MAX_PATH+32];      char bak[MAX_PATH+32];
954    
955      cfgfile = get_gnupg_cfgfile ();      char *cfgfile = get_gnupg_cfgfile ();
956      if (!cfgfile)      if (!cfgfile)
957          return;          return;
958      _snprintf (bak, DIM (bak)-1, "%s.bak", cfgfile);      _snprintf (bak, DIM (bak)-1, "%s.bak", cfgfile);

Legend:
Removed from v.406  
changed lines
  Added in v.407

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26