fixed incorrect checkin
This commit is contained in:
parent
9b88996d92
commit
4dd6d47cf7
|
@ -247,7 +247,7 @@ PlaylistElement :: getXmlElementString(void) throw ()
|
|||
+ "\" ");
|
||||
xmlString->append(clipEndAttrName + "=\""
|
||||
+ toFixedString(clipEnd)
|
||||
+ "\">\n");
|
||||
+ "\" ");
|
||||
xmlString->append(clipLengthAttrName + "=\""
|
||||
+ toFixedString(clipLength)
|
||||
+ "\">\n");
|
||||
|
|
Loading…
Reference in New Issue