mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 21:13:02 +01:00
Fixed getTempPath.
This commit is contained in:
@@ -6,7 +6,7 @@ TEST(getProcessMemoryUsed)
|
||||
CHECK(0 != bx::getProcessMemoryUsed() );
|
||||
// DBG("bx::getProcessMemoryUsed %d", bx::getProcessMemoryUsed() );
|
||||
|
||||
char tmpDir[PATH_MAX];
|
||||
char tmpDir[512];
|
||||
uint32_t len = BX_COUNTOF(tmpDir);
|
||||
CHECK(bx::getTempPath(tmpDir, &len) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user