:: commit 5ada0f9df5ee6795db96092b9296cee6221f372d

tansy <40426919+tansy@users.noreply.github.com> — 2022-08-04 07:46

parents: 80a06acc5d

make compression default action (#39)

diff --git a/src/main.c b/src/main.c
index 9acc445..eaef5e1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -132,7 +132,7 @@ static int is_numeric(const char * str) {
 }
 
 int main(int argc, char * argv[]) {
-    int mode = MODE_UNSPECIFIED;
+    int mode = MODE_ENCODE;
 
     // input and output file names
     char *input = NULL, *output = NULL;
tab: 248 wrap: offon