X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fcurl_rtmp.c;h=d1d79c38fb4e4de3f49c93cd67f02411b590cb20;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=2938972880af185de9534212c4950996fe94ab2d;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/curl_rtmp.c b/lib/curl_rtmp.c index 2938972..d1d79c3 100644 --- a/lib/curl_rtmp.c +++ b/lib/curl_rtmp.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2012 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 2012 - 2014, Daniel Stenberg, , et al. * Copyright (C) 2010, Howard Chu, * * This software is licensed as described in the file COPYING, which @@ -32,6 +32,10 @@ #include "warnless.h" #include #include + +#define _MPRINTF_REPLACE /* use our functions only */ +#include + #include "curl_memory.h" /* The last #include file should be: */ #include "memdebug.h" @@ -197,7 +201,7 @@ static CURLcode rtmp_setup_connection(struct connectdata *conn) static CURLcode rtmp_connect(struct connectdata *conn, bool *done) { RTMP *r = conn->proto.generic; - SET_RCVTIMEO(tv, 10); + SET_RCVTIMEO(tv,10); r->m_sb.sb_socket = conn->sock[FIRSTSOCKET];