From: ewt Date: Sun, 5 Apr 1998 16:56:14 +0000 (+0000) Subject: version 0.23 X-Git-Tag: r0-23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f1e7a68925630717006d90529f16159e178029;p=thirdparty%2Fnewt.git version 0.23 --- diff --git a/Makefile b/Makefile index 94e9334..41249a8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifeq ($(RPM_OPT_FLAGS),) CFLAGS += -g # -O2 -I/usr/include/slang endif -VERSION = 0.22 +VERSION = 0.23 CVSTAG = r$(subst .,-,$(VERSION)) SONAME = 0.20 diff --git a/newt.spec b/newt.spec index 1e2b003..deda177 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ Summary: Not Erik's Windowing Toolkit - text mode windowing with slang Name: newt -%define version 0.22 +%define version 0.23 Version: %{version} Release: 1 Copyright: LGPL diff --git a/showkey.c b/showkey.c index 0db804b..5f465b5 100644 --- a/showkey.c +++ b/showkey.c @@ -13,7 +13,7 @@ int main(void) { if (!buf) { printf("termcap entry not found for kl\n\r"); } else { - printf("termcap entry found for kl: ", buf); + printf("termcap entry found for kl: %s", buf); while (*buf) { printf("0x%02x ", *buf++); }