ports/net/DarwinStreamingServer/files/patch-StreamingProxy.tproj-proxy.c
Norikatsu Shigemura 660b062518 Fix wrong handling command line arguments.
Submitted by:	Kouhei Sutou <kou@cozmixng.org>
2007-02-09 19:10:52 +00:00

11 lines
373 B
C

--- 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;