Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 7c229f6

Browse files
author
Allen Webster
committed
fix -L bug
1 parent fff9ce8 commit 7c229f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

4ed.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ init_command_line_settings(App_Settings *settings, Plat_Settings *plat_settings,
5454
case 'h': action = CLAct_FontUseHinting; --i; break;
5555
case 'U': action = CLAct_UserDirectory; break;
5656

57+
case 'L': action = CLAct_Nothing; break;
5758
//case 'L': enables log, parsed before this is called (because I'm a dumbass)
5859
}
5960
}

0 commit comments

Comments
 (0)