Now really fix window restoration via shortcut

This commit is contained in:
Berke Viktor 2012-07-13 20:56:26 +02:00
parent 9b139fb49f
commit a0c0e90f0c
1 changed files with 2 additions and 1 deletions

View File

@ -914,7 +914,7 @@ xchat_restore_window (HWND xchat_window)
BOOL CALLBACK
enum_windows_impl (HWND current_window, LPARAM lParam)
{
TCHAR window_name[10];
TCHAR window_name[8];
TCHAR module_path[1024];
ZeroMemory (&window_name, sizeof (window_name));
@ -1023,6 +1023,7 @@ main (int argc, char *argv[])
if (prefs.gui_one_instance && !portable_mode ())
{
ReleaseMutex (mutex);
CloseHandle (mutex);
}
#endif