Skip to content

Commit

Permalink
Fix -- usage
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 24, 2024
1 parent 9dbc6ba commit 8b37d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Texconv/texconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
{
// "-- " is the POSIX standard for "end of options" marking to escape the '-' and '/' characters at the start of filepaths.
allowOpts = false;
continue;
}
else
{
Expand Down

0 comments on commit 8b37d22

Please sign in to comment.