Correct a regression issue with per-app settings.

This commit is contained in:
Oliver Stieber 2005-07-26 11:14:38 +00:00 committed by Alexandre Julliard
parent d0bac065f8
commit 5b9ddcce44
1 changed files with 1 additions and 1 deletions

View File

@ -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;