openbsd-ports/editors/ee/patches/patch-new_curse_c
pvalchev 8e99944cff solve more signed vs unsigned char issues by using correct types, some of
it was just a matter of making functions match their prototypes.....
ok maintainer Jose Nazario
2002-12-13 07:52:10 +00:00

13 lines
338 B
Plaintext

$OpenBSD: patch-new_curse_c,v 1.1 2002/12/13 07:52:10 pvalchev Exp $
--- new_curse.c.orig Thu Dec 12 00:18:31 2002
+++ new_curse.c Thu Dec 12 00:18:47 2002
@@ -2324,7 +2324,7 @@ int first_char; /* first character of
{
int in_char;
int Count;
- char string[128];
+ signed char string[128];
char *Gtemp;
int Found;
#ifdef SYS5