aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/source/xml/Node.cpp
diff options
context:
space:
mode:
authorJacques Samain <jsamain+fdio@cisco.com>2017-06-26 14:11:58 +0200
committerJacques Samain <jsamain+fdio@cisco.com>2017-06-26 14:11:58 +0200
commitbd809fc04c3f9c36f8d145999e5a008ffd90a10b (patch)
treeea2575a1db9056adfbd3f4891f82829f091e60a3 /libdash/source/xml/Node.cpp
parent65bb20ba5cf4ede70026142d61e728c44cc78f9c (diff)
Corrected typo
Change-Id: I85fa9fd7adedcd26cf866847b3c747f99a14f2c3 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
Diffstat (limited to 'libdash/source/xml/Node.cpp')
-rw-r--r--libdash/source/xml/Node.cpp1
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"))