diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-14 11:17:27 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-14 11:17:27 +0000 |
commit | 55f2f372897984fef502b74b7966d4359c5729dd (patch) | |
tree | a85c23b4302d7174274d2c8f43ebb6bfe97e4443 /lib | |
parent | 4a63cf51b0f34ac1512fdd4878d611412702b408 (diff) |
Theo made a typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/lib_mvcur.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/lib_mvcur.c b/lib/libcurses/lib_mvcur.c index 7fdee4eccfe..c992213f165 100644 --- a/lib/libcurses/lib_mvcur.c +++ b/lib/libcurses/lib_mvcur.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lib_mvcur.c,v 1.8 1998/05/14 09:58:18 deraadt Exp $ */ +/* $OpenBSD: lib_mvcur.c,v 1.9 1998/05/14 11:17:26 niklas Exp $ */ /*************************************************************************** @@ -969,7 +969,7 @@ int main(int argc GCC_UNUSED, char *argv[] GCC_UNUSED) { int fy, fx, ty, tx, n, i; char buf[BUFSIZ], capname[BUFSIZ]; - char tparsebuf[20], tparsebuf[20]; + char tparsebuf[20], cparsebuf[20]; snprintf(tparsebuf, sizeof tparsebuf, "l %%%ds", sizeof tname-1); snprintf(cparsebuf, sizeof cparsebuf, "d %%%ds", sizeof capname-1); |