mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02: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:
@@ -435,7 +435,7 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut)
|
||||
filename+="xml";
|
||||
if((f=fopen(filename,"w"))!=NULL) {
|
||||
fprintf(f,"%s\n",
|
||||
(const char *)cart->xml(true,&settings,cut->cutNumber()));
|
||||
(const char *)cart->xml(true,true,&settings,cut->cutNumber()));
|
||||
fclose(f);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user