blob: 210618c63f39529a0233de4e8eab2a1b782daee6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- StreamingProxy.tproj/proxy.c.orig Sat Feb 10 04:02:08 2007
+++ StreamingProxy.tproj/proxy.c Sat Feb 10 04:02:33 2007
@@ -203,7 +203,7 @@
{
int i, j;
int numOptions = 0; // num command line options spec'd
- signed char ch;
+ int ch;
int listening_port = 554, user_listener = false;
time_t time_zero, now, last;
time_t usnow, uslast;
|