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

Diff of /trunk/Src/wptKeygenDlg.cpp

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

revision 211 by twoaday, Sun May 7 12:36:48 2006 UTC revision 223 by twoaday, Fri Jun 2 08:00:43 2006 UTC
# Line 464  keygen_dlg_proc (HWND dlg, UINT msg, WPA Line 464  keygen_dlg_proc (HWND dlg, UINT msg, WPA
464                  return FALSE;                  return FALSE;
465              }              }
466    
467              if (!use_comment && !strlen (utf8_comment))              if (!use_comment && !utf8_comment)
468                  p = gpg_genkey_params (keytype, bits, utf8_name, NULL,                  p = gpg_genkey_params (keytype, bits, utf8_name, NULL,
469                                         email, expire, pwd);                                         email, expire, pwd);
470              else              else
471                  p = gpg_genkey_params (keytype, bits, utf8_name, utf8_comment,                  p = gpg_genkey_params (keytype, bits, utf8_name, utf8_comment,
472                                         email, expire, pwd);                                         email, expire, pwd);
473              free_if_alloc (utf8_name);              free_if_alloc (utf8_name);

Legend:
Removed from v.211  
changed lines
  Added in v.223

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26