mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +02:00
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'utils/rdexport/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
11591fd175
commit
a5fdcf0203
@ -25016,3 +25016,5 @@
|
||||
* Cleaned up compiler warnings in 'utils/rdclilogedit/'.
|
||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compiler warnings in 'utils/rddbmgr/'.
|
||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compiler warnings in 'utils/rdexport/'.
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Batch Exporter for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2016-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2016-2025 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@ -485,7 +485,7 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut)
|
||||
printf("%s\n",(const char *)f0.at(f0.size()-1).toUtf8());
|
||||
if(export_xml) {
|
||||
FILE *f=NULL;
|
||||
f0=conv->destinationFile().split(".",QString::KeepEmptyParts);
|
||||
f0=conv->destinationFile().split(".",Qt::KeepEmptyParts);
|
||||
QString filename;
|
||||
for(int i=0;i<f0.size()-1;i++) {
|
||||
filename+=f0[i]+".";
|
||||
|
Loading…
x
Reference in New Issue
Block a user