diff options
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp b/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp deleted file mode 100644 index adf025f249e5..000000000000 --- a/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- StreamingLoadTool/StreamingLoadTool.cpp.orig Thu May 26 12:36:32 2005 -+++ StreamingLoadTool/StreamingLoadTool.cpp Sat Feb 10 04:01:06 2007 -@@ -191,7 +191,7 @@ - UInt32* theURLIndexArray = NEW UInt32[theURLIndexArraySize]; - UInt32 theNumURLs = 0; - char* controlID = NULL; -- char ch = 0; -+ int ch = 0; - // - // Read our command line options - while( (ch = getopt(argc, argv, "vf:c:i:d")) != -1 ) |