From ea30d63f0f999bde01df1904df1d5ddf22deea65 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 16 Oct 2013 20:09:25 -0700 Subject: fix paths regression --- rotord/src/graph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/graph.cpp') diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index 0c47c78..e6443d3 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -401,6 +401,7 @@ bool Graph::parseJson(string &data,string &media_path){ } //attributes + nodes[nodeID]->create_attribute("media_path","","",media_path); for (int m=0;mattributes.find(attribute)!=nodes[nodeID]->attributes.end()) { -- cgit v1.2.3