You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pathsec: make check for PATHSPEC_LITERAL more readable
This check is designed to die if global_magic
has the PATHSPEC_LITERAL and any other setting.
This can be written is a much more obvious way:
if global_magic has PATHSPEC_LITERAL, it can only
BE PATHSPEC_LITERAL, and if it isn't then there are
other settings.
Signed-off-by: Seija Kijin <[email protected]>
0 commit comments