mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2021-04-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdxport.cgi' that broke the build when compiling without the '--enable-rdxport-debug' switch. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -465,7 +465,7 @@ void Xport::XmlExit(const QString &str,int code,const QString &srcfile,
|
||||
RDXMLResult(str.toUtf8(),code,err);
|
||||
}
|
||||
#else
|
||||
RDXMLResult(str,code,err);
|
||||
RDXMLResult(str.toUtf8(),code,err);
|
||||
#endif // RDXPORT_DEBUG
|
||||
exit(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user