mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Switching code to use FilePath.
This commit is contained in:
@@ -886,7 +886,7 @@ void associate()
|
||||
if (err.isOk() )
|
||||
{
|
||||
bx::ProcessReader reader;
|
||||
if (bx::open(&reader, "/bin/bash /tmp/texturev.sh", &err) )
|
||||
if (bx::open(&reader, "/bin/bash", "/tmp/texturev.sh", &err) )
|
||||
{
|
||||
bx::close(&reader);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user