]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Use INT_PTR not int to store result of DialogBoxParam.
authorTim Kosse <tim.kosse@filezilla-project.org>
Tue, 11 Aug 2015 12:27:48 +0000 (14:27 +0200)
committerSimon Tatham <anakin@pobox.com>
Sat, 15 Aug 2015 12:54:53 +0000 (13:54 +0100)
windows/winpgnt.c

index fcc2a910d461dc66372a68eb46fc74cb9ac22040..2d6917c2ea01d72553a63a2597cbabad9c45a109 100644 (file)
@@ -368,7 +368,7 @@ static void win_add_keyfile(Filename *filename)
      * comment to use in the passphrase prompt.
      */
     while (1) {
-        int dlgret;
+        INT_PTR dlgret;
         struct PassphraseProcStruct pps;
 
         pps.passphrase = &passphrase;