mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
o Disable over-optimaization for problem of ports/75291. [1] o Clean-up some patches (to post-patch phase) PR: ports/75291 [1] Pointed out by: Lars Eggert <lars.eggert@netlab.nec.de> [1] Informed by: Yoshihiro Yanagida <yosh@yanagi.to> Inquiried by: many people Sponsored by: Ensure Technology Ltd.
11 lines
450 B
C++
11 lines
450 B
C++
--- APIModules/QTSSReflectorModule/ReflectorStream.cpp.orig Thu Jun 10 09:03:34 2004
|
|
+++ APIModules/QTSSReflectorModule/ReflectorStream.cpp Fri Jan 21 10:23:11 2005
|
|
@@ -179,7 +179,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++;
|