From c3180e8de50af93196652415ec03c46b92592f46 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Tue, 7 Feb 2017 23:08:09 -0500 Subject: [PATCH] FIXED: Fix typo in main.c --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 76b71d4..b5cd556 100644 --- a/src/main.c +++ b/src/main.c @@ -249,7 +249,7 @@ int main(int argc, char** argv) { // Parse options unsigned long extensions = EXT_SMART | EXT_NOTES | EXT_CRITIC; - if (a_compatibility->count >= 0) { + if (a_compatibility->count > 0) { // Compatibility mode disables certain features // Reset extensions extensions = EXT_COMPATIBILITY | EXT_NO_LABELS | EXT_OBFUSCATE; -- 2.40.0