e11e0d42cd
* added display of line number, column, and lines from top to separator line for info window * minor changes to reduce number of warnings when using -pedantic option * changed how strings are terminated from the old usage of NULL to the current use of character zero, '\0' While here, GROFF is not needed, new license, patch-ee_c is not needed anymore and honor CC variable, tested on i386, amd64 and powerpc. OK brett@, sthen@
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
$OpenBSD: patch-new_curse_c,v 1.3 2012/05/10 12:56:27 gonzalo Exp $
|
|
--- new_curse.c.orig Tue Feb 10 14:33:36 2009
|
|
+++ new_curse.c Thu Apr 26 15:46:35 2012
|
|
@@ -2326,7 +2326,7 @@ int first_char; /* first character of sequence */
|
|
{
|
|
int in_char;
|
|
int Count;
|
|
- char string[128];
|
|
+ signed char string[128];
|
|
char *Gtemp;
|
|
int Found;
|
|
#ifdef SYS5
|