From e46e35a466e97ca44d152d87469e40ef215b09f4 Mon Sep 17 00:00:00 2001 From: Mikkel Liisberg Date: Fri, 28 Mar 2008 09:40:45 +0000 Subject: [PATCH] another try at the direction handling bug git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@830 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmSdp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/AmSdp.cpp b/core/AmSdp.cpp index 5439b6ad..ff96b782 100644 --- a/core/AmSdp.cpp +++ b/core/AmSdp.cpp @@ -868,8 +868,8 @@ static void parse_sdp_attr(AmSdp* sdp_msg, char* s) } }else{ - if(contains(attr_line, line_end, '=')){ - next = parse_until(attr_line, '='); + if(contains(attr_line, line_end, ':')){ + next = parse_until(attr_line, ':'); //string attr(attr_line, int(next-attr_line)-1); attr_line = next; //}