[linux] Fixed build error

This commit is contained in:
Alex Zolotarev 2012-01-10 17:39:12 +01:00 committed by Alex Zolotarev
parent b950bad7e3
commit e5bfa15cab

View file

@ -46,7 +46,8 @@ Platform::Platform()
if (tmpDir)
m_tmpDir = tmpDir;
else
m_tmpDir = P_tmpdir;
m_tmpDir = "/tmp";
m_tmpDir += '/';
LOG(LDEBUG, ("Resources directory:", m_resourcesDir));
LOG(LDEBUG, ("Writable directory:", m_writableDir));