fixed incorrect checkin
This commit is contained in:
parent
9b88996d92
commit
4dd6d47cf7
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue