mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
fix dialog null terminator (#1835)
This commit is contained in:
committed by
Бранимир Караџић
parent
3eb6c41769
commit
ccc48c96a2
@@ -111,6 +111,8 @@ bool openFileSelectionDialog(
|
||||
);
|
||||
}
|
||||
|
||||
bx::write(&writer, '\0', &err);
|
||||
|
||||
if (err.isOk() )
|
||||
{
|
||||
bx::ProcessReader pr;
|
||||
|
||||
Reference in New Issue
Block a user