Hi,
On Mon, Feb 22, 2010 at 4:01 PM, Martin Storsj? <martin at martin.st> wrote:
> Updated patch attached.
+ if (reply->status_code != RTSP_STATUS_OK) {
+ return -1;
+ }
I'd say remove the brackets here. With that, patch OK. Congratulations!
Ronald