Some minor cleanup.

This commit is contained in:
WrinklyNinja
2014-01-12 11:29:49 +00:00
parent b2a602113a
commit 8cf966fa20
3 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ namespace boss {
boost::filesystem::path GetLocalAppDataPath() {
#if _WIN32 || _WIN64
HWND owner;
HWND owner = 0;
TCHAR path[MAX_PATH];
BOOST_LOG_TRIVIAL(trace) << "Getting path to %LOCALAPPDATA%.";