mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 22:48:01 +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:
parent
92d1699a9d
commit
c5ab8337de
@ -21436,3 +21436,6 @@
|
||||
directives in the rd.conf(5) man page.
|
||||
2021-04-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed bugs that broke the build when MP4 support was enabled.
|
||||
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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user