2017-09-20 Fred Gleason <fredg@paravelsystems.com>

* Fixed a formatting bobble in 'web/rdxport/rdxport.cpp'.
This commit is contained in:
Fred Gleason 2017-09-20 10:47:04 -04:00
parent fef6daa011
commit 990d50cf29
2 changed files with 3 additions and 1 deletions

View File

@ -16028,3 +16028,5 @@
2017-09-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a race in 'lib/rdformpost.cpp' that could cause POST data
to be truncated.
2017-09-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a formatting bobble in 'web/rdxport/rdxport.cpp'.

View File

@ -422,7 +422,7 @@ void Xport::XmlExit(const QString &str,int code,const QString &srcfile,
}
#ifdef RDXPORT_DEBUG
if(srcline>0) {
RDXMLResult(str+"\""+srcfile+"\" "+QString().sprintf("line %d",srcline),
RDXMLResult(str+" \""+srcfile+"\" "+QString().sprintf("line %d",srcline),
code,err);
}
else {