Commit f1bd900c authored by Linshizhi's avatar Linshizhi

Edit comment.

parent ce18df34
...@@ -389,7 +389,7 @@ BUILTIN(AddAudioURL) { ...@@ -389,7 +389,7 @@ BUILTIN(AddAudioURL) {
// extension. It's format and codec_type will determine by // extension. It's format and codec_type will determine by
// decoder. // decoder.
// FIXME: Condistion still too weak // FIXME: Condition still too weak
if (iter != std::end(url_cppstr) if (iter != std::end(url_cppstr)
&& iter_slash != std::end(url_cppstr) && iter_slash != std::end(url_cppstr)
&& iter > iter_slash) { && iter > iter_slash) {
......
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