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:
Fred Gleason
2016-08-03 12:21:05 -04:00
parent d232842b0c
commit 51cdcfb9be
9 changed files with 87 additions and 38 deletions

View File

@@ -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;
}