From: Jacob Nevins Date: Sun, 8 Nov 2009 19:25:22 +0000 (+0000) Subject: We defined tried_shgetfolderpath but never actually set it. Harmless, but fixed. X-Git-Tag: 0.61~110 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=8b6806620541e11123a43c921fcd3e6fc0aead12;p=PuTTY.git We defined tried_shgetfolderpath but never actually set it. Harmless, but fixed. [originally from svn r8740] --- diff --git a/windows/winstore.c b/windows/winstore.c index 5477f113..d011dbfa 100644 --- a/windows/winstore.c +++ b/windows/winstore.c @@ -499,6 +499,7 @@ static HANDLE access_random_seed(int action) * so stuff that. */ shell32_module = LoadLibrary("SHELL32.DLL"); GET_WINDOWS_FUNCTION(shell32_module, SHGetFolderPathA); + tried_shgetfolderpath = TRUE; } if (p_SHGetFolderPathA) { if (SUCCEEDED(p_SHGetFolderPathA(NULL, CSIDL_LOCAL_APPDATA,