Skip to content

Commit 2a81e83

Browse files
committed
Pass filename to xml::write_data
Based on johmathe#7
1 parent 67972a9 commit 2a81e83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commandline.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ main (int argc, char **argv)
210210

211211
f.shotlog("Processing movie.");
212212
f.process ();
213-
string xml_path = f.global_path;
214-
xml_path += "/result.xml";
213+
string xml_path = "result.xml";
215214
f.x->write_data (xml_path);
216215
/*string finished_path = f.global_path;
217216
finished_path += "/finished";

0 commit comments

Comments
 (0)