fixed incorrect checkin
This commit is contained in:
parent
9b88996d92
commit
4dd6d47cf7
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ PlaylistElement :: getXmlElementString(void) throw ()
|
|||
+ "\" ");
|
||||
xmlString->append(clipEndAttrName + "=\""
|
||||
+ toFixedString(clipEnd)
|
||||
+ "\">\n");
|
||||
+ "\" ");
|
||||
xmlString->append(clipLengthAttrName + "=\""
|
||||
+ toFixedString(clipLength)
|
||||
+ "\">\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue