From ba6939e64b5d559147e8679a3c493445725d4ff6 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 25 May 2022 17:32:34 +0200 Subject: [PATCH] replaced integers in inputFlags with UC --- include/flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/flags.h b/include/flags.h index 488eeb9..1625e65 100644 --- a/include/flags.h +++ b/include/flags.h @@ -24,8 +24,8 @@ typedef struct { - int skipCheck; //BOOLEAN FOR SKIPPING VERSION CHECK - int noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING + unsigned char skipCheck; //BOOLEAN FOR SKIPPING VERSION CHECK + unsigned char noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING } inputFlags; typedef struct