From 727b0e576c0cdadcb4986072666450f1ff7ff01c Mon Sep 17 00:00:00 2001 From: Adam Boseley Date: Mon, 6 May 2024 06:34:03 +1000 Subject: [PATCH] autotest: fix getopt parsing --- test/autotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autotest.cpp b/test/autotest.cpp index 82e8390..8313745 100644 --- a/test/autotest.cpp +++ b/test/autotest.cpp @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) static bool parse_options(int argc, char *argv[]) { - char c; + int c; bool gotopt = false; opts.i = false;