diff options
Diffstat (limited to 'libdash/source/xml')
-rw-r--r-- | libdash/source/xml/Node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdash/source/xml/Node.cpp b/libdash/source/xml/Node.cpp index 53193207..0747a8e1 100644 --- a/libdash/source/xml/Node.cpp +++ b/libdash/source/xml/Node.cpp @@ -209,6 +209,7 @@ dash::mpd::Timeline* Node::ToTimeline () cons if (this->HasAttribute("t")) { + uint64_t yolo = strtoul(this->GetAttributeValue("t").c_str(), NULL, 10); timeline->SetStartTime(strtoul(this->GetAttributeValue("t").c_str(), NULL, 10)); } if (this->HasAttribute("d")) |