From fafbb6c60892afdae846a2bb3df8ad64f407d950 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 30 Jul 2006 23:08:05 +0000 Subject: [PATCH] Missed this one in the tabsize patch. --- pdcurses/getstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdcurses/getstr.c b/pdcurses/getstr.c index 4af2f9fe..574ba763 100644 --- a/pdcurses/getstr.c +++ b/pdcurses/getstr.c @@ -38,7 +38,7 @@ # undef wmove #endif -RCSID("$Id: getstr.c,v 1.27 2006/07/30 19:18:00 wmcbrine Exp $"); +RCSID("$Id: getstr.c,v 1.28 2006/07/30 23:08:05 wmcbrine Exp $"); /*man-start************************************************************** @@ -136,7 +136,7 @@ int getnstr(char *str, int n) int wgetnstr(WINDOW *win, char *str, int n) { - int ch, i, num, t, x, chars; + int ch, i, num, x, chars; char *p; bool stop, oldecho, oldcbreak, oldnodelay;