Commit 16da120d authored by Jonathan Calmels's avatar Jonathan Calmels Committed by Jean-Baptiste Kempf

dash: fix invalid C++11 suffix literals

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0b37fc45
......@@ -264,7 +264,7 @@ bool DASHManager::updateMPD()
nextMPDupdate = now + (maxinterval - mininterval) / 2;
msg_Dbg(stream, "Updated MPD, next update in %"PRId64"s (%"PRId64"..%"PRId64")",
msg_Dbg(stream, "Updated MPD, next update in %" PRId64 "s (%" PRId64 "..%" PRId64 ")",
nextMPDupdate - now, mininterval, maxinterval );
return true;
......
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