mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
using asprintf now - #993
This commit is contained in:
@@ -86,7 +86,7 @@ bool RDReport::ExportResultsReport(const QString &filename,
|
||||
|
||||
// Title / Artist
|
||||
*strm << QString().
|
||||
sprintf("\"%-23s %-25s\",",
|
||||
asprintf("\"%-23s %-25s\",",
|
||||
q->value(5).toString().left(23).toUtf8().constData(),
|
||||
q->value(6).toString().left(25).toUtf8().constData());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user