[hxprotocol] CR: handle ',' in URL of RTP-Info

[hxprotocol] CR: handle ',' in URL of RTP-Info

Tom Marshall tmarshall at real.com
Tue Jul 29 11:49:10 PDT 2003


This broke the server build for strict compilers.  I will check this in
shortly unless there are objections:

Index: rtsppars.cpp
===================================================================
RCS file: /cvs/protocol/rtsp/rtsppars.cpp,v
retrieving revision 1.6
diff -u -d -r1.6 rtsppars.cpp
--- rtsppars.cpp        29 Jul 2003 04:57:20 -0000      1.6
+++ rtsppars.cpp        29 Jul 2003 18:47:24 -0000
@@ -263,8 +263,8 @@
         return 0;
     }
 
-    char*   pCurrentEntry = NULL;
-    char*   pNextEntry = NULL;
+    const char*   pCurrentEntry = NULL;
+    const char*   pNextEntry = NULL;
     CHXString value = pValue;
     CHXString entry;
 
On Mon, Jul 28, 2003 at 05:01:51PM -0700, Henry Ping wrote:
> Here is my 2nd attempt to address this issue, it's tricky given both ';' 
> and ',' can exist in URL and they are also valid attribute's and entry's 
> separators.
> 
> I'd like to check this in before 12pm tonight if no objection, so the fix 
> will be in tonight's daily build.

-- 
I have discovered the art of deceiving diplomats. I tell them the truth and
they never believe me.
        -- Camillo DiCavour
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.helixcommunity.org/pipermail/protocol-dev/attachments/20030729/86a7f5e3/attachment.bin


More information about the Protocol-dev mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.