mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2017-02-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'web/rdxport/logs.cpp' the caused the 'SaveLog' web method to fail.
This commit is contained in:
@@ -259,7 +259,7 @@ void Xport::SaveLog()
|
||||
for(int i=0;i<line_quantity;i++) {
|
||||
logevt->insert(i,1);
|
||||
RDLogLine *ll=logevt->logLine(i);
|
||||
QString line=QString().sprintf("LINE%d_",i);
|
||||
QString line=QString().sprintf("LINE%d",i);
|
||||
QString str;
|
||||
int integer1;
|
||||
int integer2;
|
||||
|
Reference in New Issue
Block a user