mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +02:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused misaligned columns when generating a Cut Report. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -112,7 +112,7 @@ bool RDReport::ExportTextLog(const QString &filename,const QDate &startdate,
|
||||
}
|
||||
}
|
||||
cart_num=QString().sprintf(cart_fmt.toUtf8(),q->value(1).toUInt());
|
||||
*strm << rda->timeString(q->value(2).toTime(),true)+" ";
|
||||
*strm << rda->timeString(q->value(2).toTime()," ")+" ";
|
||||
*strm << RDReport::rightJustify(cart_num,6)+" ";
|
||||
*strm << cut+" ";
|
||||
*strm << RDReport::leftJustify(q->value(8).toString(),23)+" ";
|
||||
|
Reference in New Issue
Block a user