This commit is contained in:
Бранимир Караџић
2019-02-17 21:50:46 -08:00
parent f02169a4b4
commit 3d809c38f4

View File

@@ -269,8 +269,7 @@ bool openFileSelectionDialog(
, _inOutfilePath.get()
);
bx::LineReader lr(_filter);
while (!lr.isDone() )
for (bx::LineReader lr(_filter); !lr.isDone();)
{
const bx::StringView line = lr.next();