Commit df509ccf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

SAP SD: Use SCN in scanf instrad of PRI

parent 4c1a614b
......@@ -1250,7 +1250,7 @@ static sdp_t *ParseSDP (vlc_object_t *p_obj, const char *psz_sdp)
goto error;
}
if ((sscanf (data, "%63s %"PRIu64" %"PRIu64" IN IP%u %1023s",
if ((sscanf (data, "%63s %"SCNu64" %"SCNu64" IN IP%u %1023s",
p_sdp->username, &p_sdp->session_id,
&p_sdp->session_version, &p_sdp->orig_ip_version,
p_sdp->orig_host) != 5)
......
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