From e5bfa15cab02ce7c79c5397290cd7e18f60ecd5c Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 10 Jan 2012 17:39:12 +0100 Subject: [linux] Fixed build error --- platform/platform_linux.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/platform_linux.cpp') diff --git a/platform/platform_linux.cpp b/platform/platform_linux.cpp index 634caf3f17..cd433951a5 100644 --- a/platform/platform_linux.cpp +++ b/platform/platform_linux.cpp @@ -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)); -- cgit v1.2.3