diff options
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/DarwinStreamingServer/files/patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp b/net/DarwinStreamingServer/files/patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp new file mode 100644 index 000000000000..396d5789835d --- /dev/null +++ b/net/DarwinStreamingServer/files/patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp @@ -0,0 +1,11 @@ +--- APIModules/QTSSReflectorModule/ReflectorStream.cpp.orig Sat Aug 16 08:52:46 2003 ++++ APIModules/QTSSReflectorModule/ReflectorStream.cpp Thu Dec 16 23:29:41 2004 +@@ -173,7 +173,7 @@ + theRRWriter++; + *theRRWriter = htonl(theSsrc); + theRRWriter++; +- *theRRWriter = FOUR_CHARS_TO_INT('Q','T','S','S'); ++ *theRRWriter = htonl(FOUR_CHARS_TO_INT('Q','T','S','S')); + theRRWriter++; + *theRRWriter = htonl(0); + theRRWriter++; |