mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2016-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that caused exports to contain incorrect marker data in the RDXL file structure.
This commit is contained in:
@@ -127,7 +127,7 @@ void Xport::Export()
|
||||
if(cart->enforceLength()) {
|
||||
speed_ratio=(float)cut->length()/(float)cart->forcedLength();
|
||||
}
|
||||
rdxl=cart->xml(true,settings,cutnum);
|
||||
rdxl=cart->xml(true,start_point<0,settings,cutnum);
|
||||
delete cut;
|
||||
delete cart;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user