[packages/elinks] - signed char as suggested by atler
witekfl
witekfl at pld-linux.org
Sat Mar 14 08:16:32 CET 2026
commit 0a64349c366726a6a9846090da21c0b57b362a70
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sat Mar 14 08:15:12 2026 +0100
- signed char as suggested by atler
infinite.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/infinite.patch b/infinite.patch
index 3cfcb2e..0e281e1 100644
--- a/infinite.patch
+++ b/infinite.patch
@@ -15,7 +15,7 @@ index 4ef73692c..e5ee9872d 100644
/* normal, copiousoutput, x_ansioutput or x_htmloutput */
- unsigned char kind;
-+ char kind;
++ signed char kind;
/* The 'raw' unformatted (view)command from the mailcap files. */
char command[1];
@@ -24,7 +24,7 @@ index 4ef73692c..e5ee9872d 100644
struct mailcap_entry *entry;
- unsigned char kind;
-+ char kind;
++ signed char kind;
for (kind = MAILCAP_KIND_X_HTMLOUTPUT; kind >= MAILCAP_KIND_NORMAL; kind--) {
foreach (entry, item->entries) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/elinks.git/commitdiff/0a64349c366726a6a9846090da21c0b57b362a70
More information about the pld-cvs-commit
mailing list