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.
12 lines
186 B
12 lines
186 B
13 years ago
|
--- 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);
|
||
|
}
|