fixed incorrect checkin

This commit is contained in:
nebojsa 2009-11-06 01:16:35 +00:00
parent 9b88996d92
commit 4dd6d47cf7
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ PlaylistElement :: getXmlElementString(void) throw ()
+ "\" "); + "\" ");
xmlString->append(clipEndAttrName + "=\"" xmlString->append(clipEndAttrName + "=\""
+ toFixedString(clipEnd) + toFixedString(clipEnd)
+ "\">\n"); + "\" ");
xmlString->append(clipLengthAttrName + "=\"" xmlString->append(clipLengthAttrName + "=\""
+ toFixedString(clipLength) + toFixedString(clipLength)
+ "\">\n"); + "\">\n");