From 4dd6d47cf7539c101d01d9d41b303655351e10ea Mon Sep 17 00:00:00 2001 From: nebojsa Date: Fri, 6 Nov 2009 01:16:35 +0000 Subject: [PATCH] fixed incorrect checkin --- campcaster/src/modules/core/src/PlaylistElement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/core/src/PlaylistElement.cxx b/campcaster/src/modules/core/src/PlaylistElement.cxx index 81a27fc58..03dcc4f3a 100644 --- a/campcaster/src/modules/core/src/PlaylistElement.cxx +++ b/campcaster/src/modules/core/src/PlaylistElement.cxx @@ -247,7 +247,7 @@ PlaylistElement :: getXmlElementString(void) throw () + "\" "); xmlString->append(clipEndAttrName + "=\"" + toFixedString(clipEnd) - + "\">\n"); + + "\" "); xmlString->append(clipLengthAttrName + "=\"" + toFixedString(clipLength) + "\">\n");