]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
version 0.23 r0-23
authorewt <ewt>
Sun, 5 Apr 1998 16:56:14 +0000 (16:56 +0000)
committerewt <ewt>
Sun, 5 Apr 1998 16:56:14 +0000 (16:56 +0000)
Makefile
newt.spec
showkey.c

index 94e9334942c52554152ba98831311fb0401b4e74..41249a89cc6e0d186b3767e512692c5590dd42ae 100644 (file)
--- 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
 
index 1e2b003f96d909125314c3a4bcb7bb633c261053..deda1771a7620514c2fb01dbbefd1447e05368ce 100644 (file)
--- 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
index 0db804bdf734d9a51341c743806bc3c6ae6c01ad..5f465b5c25b78ac455dfaaa1858cd48987d6e311 100644 (file)
--- 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++);
        }