fix dialog null terminator (#1835)

This commit is contained in:
Paul Gruenbacher 2019-07-27 21:26:48 -05:00 committed by Бранимир Караџић
parent 3eb6c41769
commit ccc48c96a2
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ bool openFileSelectionDialog(
);
}
bx::write(&writer, '\0', &err);
if (err.isOk() )
{
bx::ProcessReader pr;