mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
Mon Aug 4 14:12:09 EDT 2008 Stefano Sabatini
* Fix an sdp module usage example codec compilation error (patch #2031162) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9272 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
298bb4f720
commit
8b0eddc157
@ -106,7 +106,7 @@ size_t increment_sdp_version(char buf[], size_t bsize,
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fprintf(stderr, "increment_sdp_version: %s\n",
|
fprintf(stderr, "increment_sdp_version: %s\n",
|
||||||
sdp_parsing_error(p));
|
sdp_parsing_error(parser));
|
||||||
}
|
}
|
||||||
|
|
||||||
sdp_parser_free(parser);
|
sdp_parser_free(parser);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user