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/html2text/files/html2text-1.3.2a-urlistream...

12 lines
186 B

--- a/urlistream.C
+++ b/urlistream.C
@@ -362,7 +362,7 @@
int
urlistream::get()
{
- char ch;
+ unsigned char ch;
int ret = ::read(fd_, &ch, 1);
return (ret > 0 ? ch : -1);
}