Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Jul 27, 2018
1 parent 48a9928 commit 4e95976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/HLSTree.cpp
Expand Up @@ -213,7 +213,7 @@ bool HLSTree::open(const std::string &url, const std::string &manifestUpdatePara
current_representation_->source_url_ = line;

if (!manifest_parameter_.empty()
&& rep->source_url_.compare(0, base_url_.size(), base_url_) == 0
&& current_representation_->source_url_.compare(0, base_url_.size(), base_url_) == 0
&& current_representation_->source_url_.find('?') == std::string::npos)
current_representation_->source_url_ += manifest_parameter_;

Expand Down

0 comments on commit 4e95976

Please sign in to comment.