You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/hnb/files/hnb-1.9.18-printf.patch

12 lines
216 B

--- a/src/libcli/cli.c
+++ b/src/libcli/cli.c
@@ -57,7 +57,7 @@
wp=word;
*wp='\0';
} else {
- printf(tbuf);printf("\n");
+ printf("%s\n", tbuf);
bp=tbuf;
*bp='\0';
strcpy(bp,word);