Skip to content

Commit 29273e9

Browse files
aboseleyeyalroz
authored andcommitted
Fixes #181 autotest: No longer truncating getopt() result
1 parent 2ff0fd1 commit 29273e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autotest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ int main(int argc, char *argv[])
141141

142142
static bool parse_options(int argc, char *argv[])
143143
{
144-
char c;
144+
int c;
145145
bool gotopt = false;
146146

147147
opts.i = false;

0 commit comments

Comments
 (0)