mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-30 23:49:32 +02:00
using asprintf now - #993
This commit is contained in:
parent
4878686f9b
commit
094e882d1b
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user