From: Michael Jerris Date: Mon, 14 Dec 2009 20:44:04 +0000 (+0000) Subject: try that X-Git-Tag: v1.0.6~1009 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd62d8351718373bd1c62958eaab6b244580cd45;p=thirdparty%2Ffreeswitch.git try that git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15953 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/sofia-sip/libsofia-sip-ua/sdp/sdp.c b/libs/sofia-sip/libsofia-sip-ua/sdp/sdp.c index bfedcd2e2c..9ea45131a5 100644 --- a/libs/sofia-sip/libsofia-sip-ua/sdp/sdp.c +++ b/libs/sofia-sip/libsofia-sip-ua/sdp/sdp.c @@ -63,7 +63,7 @@ const unsigned sdp_struct_align_ = sizeof(void *) - STRUCT_ALIGN_; #define STRUCT_DUP(p, dst, src) \ - ASSERT_STRUCT_ALIGN(p); \ + ASSERT_STRUCT_ALIGN(p); \ ((*(int*)(src) >= (int)sizeof(*src) \ ? (dst = memcpy((p), (src), sizeof(*src))) \ : (dst = memcpy((p), (src), *(int*)(src))), \