Commit d5cbf5d6 authored by Colin Guthrie's avatar Colin Guthrie Committed by Jean-Baptiste Kempf

RTMP: Fix a format-security warning

(cherry picked from commit 71c4bb2a2eafcb72c40d7e6f02eb0236e6e92fdb)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f56248d6
......@@ -391,7 +391,7 @@ write_rtmp( rtmp_control_thread_t *p_thread, uint8_t *buf,
free( buf );
if( ret != enclen )
{
msg_Err( p_thread, errmsg );
msg_Err( p_thread, "%s", errmsg );
return 0;
}
return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment