From 0e7591e3bf95d4abe08d854850b6fc4e411586b0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Jul 2012 16:33:43 +0100 Subject: Various testing tweaks. --- src/asset.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/asset.cc') diff --git a/src/asset.cc b/src/asset.cc index d4214d5f..6b4c3fe4 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -46,11 +46,13 @@ Asset::Asset (string p, int fps, int len) void Asset::write_to_pkl (ostream& s) const { - s << " urn:uuid:" << _uuid << "\n" + s << " \n" + << " urn:uuid:" << _uuid << "\n" << " " << filesystem::path(_mxf_path).filename() << "\n" << " " << _digest << "\n" << " " << filesystem::file_size(_mxf_path) << "\n" - << " application/mxf\n"; + << " application/mxf\n" + << " \n"; } void -- cgit v1.2.3