2021-06-02 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compile warnings in rdxport.cgi.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-02 17:34:32 -04:00
parent f0a7dc0d5d
commit ad1dd66629
4 changed files with 8 additions and 4 deletions

View File

@@ -298,7 +298,7 @@ void Xport::EditCart()
case RDCart::Macro:
line=0;
while(xport_post->getValue(QString().sprintf("MACRO%d",line++),&value)) {
value.trimmed();
value=value.trimmed();
if(value.right(1)!="!") {
delete cart;
XmlExit("Invalid macro data",400,"carts.cpp",LINE_NUMBER);