]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - progs/dump_entry.c
ncurses 6.0 - patch 20170304
[ncurses.git] / progs / dump_entry.c
index 3be09f8671cbb44cd0eb862357944798d657f5de..db4071877a3cd3dfd577d36992741c8c8816d426 100644 (file)
@@ -39,7 +39,7 @@
 #include "termsort.c"          /* this C file is generated */
 #include <parametrized.h>      /* 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;