We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991539a commit f12a4cbCopy full SHA for f12a4cb
src/stats.c
@@ -79,7 +79,7 @@ int stats_main(int argc, char **argv, struct program_meta *meta){
79
80
// Input arguments
81
int longindex = 0;
82
- char opt;
+ int opt;
83
84
// Parse options
85
while ((opt = getopt_long(argc, argv, "h", long_opts, &longindex)) != -1) {
0 commit comments