X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Finfocmp.c;h=adc53ba0de66d9774a2b5ed6fb74b14541350a2b;hp=78cfad788596f4f49907e3a7fccde7a48853618f;hb=a5fe3726f7d4374e9b1551b535c8617b423996f2;hpb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4 diff --git a/progs/infocmp.c b/progs/infocmp.c index 78cfad78..adc53ba0 100644 --- a/progs/infocmp.c +++ b/progs/infocmp.c @@ -43,7 +43,7 @@ #include -MODULE_ID("$Id: infocmp.c,v 1.148 2021/04/03 22:57:56 tom Exp $") +MODULE_ID("$Id: infocmp.c,v 1.149 2021/04/17 15:24:04 tom Exp $") #define MAX_STRING 1024 /* maximum formatted string */ @@ -1532,7 +1532,7 @@ main(int argc, char *argv[]) char **myargv; char *firstdir, *restdir; - int c, i, len; + int c; bool formatted = FALSE; bool filecompare = FALSE; int initdump = 0; @@ -1884,6 +1884,8 @@ main(int argc, char *argv[]) analyze_string("rmkx", keypad_local, &entries[0].tterm); #undef CUR } else { + int i; + int len; /* * Here's where the real work gets done