Commit 5b9ddcce authored by Oliver Stieber's avatar Oliver Stieber Committed by Alexandre Julliard

Correct a regression issue with per-app settings.

parent d0bac065
......@@ -93,7 +93,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
if (fdwReason == DLL_PROCESS_ATTACH)
{
HMODULE mod;
char buffer[64];
char buffer[MAX_PATH+10];
DWORD size = sizeof(buffer);
HKEY hkey = 0;
HKEY appkey = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment