Ver código fonte

Unused variable

Source commit: f4d3a0cf45448481661a122f292c70d01d348b78
Martin Prikryl 3 anos atrás
pai
commit
0a6f1ba5d4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      source/core/PuttyIntf.cpp

+ 1 - 1
source/core/PuttyIntf.cpp

@@ -547,7 +547,7 @@ bool get_reg_dword_winscp(HKEY, const char * DebugUsedArg(Name), DWORD * DebugUs
     DebugFail();
     Result = false;
   }
-  return false;
+  return Result;
 }
 //---------------------------------------------------------------------------
 char * get_reg_sz_winscp(HKEY Key, const char * Name)