Skip to content

Commit 8b37d22

Browse files
committed
Fix -- usage
1 parent 9dbc6ba commit 8b37d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Texconv/texconv.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
12751275
{
12761276
// "-- " is the POSIX standard for "end of options" marking to escape the '-' and '/' characters at the start of filepaths.
12771277
allowOpts = false;
1278+
continue;
12781279
}
12791280
else
12801281
{

0 commit comments

Comments
 (0)