mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -436,7 +436,7 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut)
|
||||
FILE *f=NULL;
|
||||
f0=f0.split(".",conv->destinationFile(),true);
|
||||
QString filename;
|
||||
for(unsigned i=0;i<f0.size()-1;i++) {
|
||||
for(int i=0;i<f0.size()-1;i++) {
|
||||
filename+=f0[i]+".";
|
||||
}
|
||||
filename+="xml";
|
||||
|
Reference in New Issue
Block a user