From e586f29e6d2974be68994405ff35684353883444 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Tue, 18 Apr 2023 08:58:23 -0400 Subject: Revise --binary functionality --- include/arg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/arg.h') diff --git a/include/arg.h b/include/arg.h index 138a44b..2b18791 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include -#define LAT_VERSION "0.9.2" +#define LAT_VERSION "0.9.3" struct config { bool stdin; @@ -10,7 +10,7 @@ struct config { bool color; bool lines; bool headers; - bool force_binary; + int force_binary; bool has_read_stdin; }; -- cgit v1.2.3