X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fdump_entry.c;h=db4071877a3cd3dfd577d36992741c8c8816d426;hp=3be09f8671cbb44cd0eb862357944798d657f5de;hb=dcfe712cb3492636e8d50c9867cf05aec089a576;hpb=c25392d9c21dd75537d50fc1705e938b0e813865 diff --git a/progs/dump_entry.c b/progs/dump_entry.c index 3be09f86..db407187 100644 --- a/progs/dump_entry.c +++ b/progs/dump_entry.c @@ -39,7 +39,7 @@ #include "termsort.c" /* this C file is generated */ #include /* so is this */ -MODULE_ID("$Id: dump_entry.c,v 1.148 2017/02/04 16:55:42 tom Exp $") +MODULE_ID("$Id: dump_entry.c,v 1.149 2017/03/04 20:18:20 tom Exp $") #define DISCARD(string) string = ABSENT_STRING #define PRINTF (void) printf @@ -571,7 +571,7 @@ wrap_concat(const char *src) (!TcOutput() || strncmp(src, "..", 2))) { int step = 0; int used = width > WRAPPED ? width : WRAPPED; - int size = used; + int size; int base = 0; char *p, align[9]; const char *my_t = trailer;