mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdrender(1) that caused corruption when printing UTF-8 characters.
This commit is contained in:
@@ -204,7 +204,7 @@ bool __RDRenderLogLine::GetCutFile(const QString &cutname,int start_pt,
|
||||
default:
|
||||
ret=false;
|
||||
printf("export err %d [%s]\n",export_err,
|
||||
(const char *)RDAudioExport::errorText(export_err,conv_err));
|
||||
(const char *)RDAudioExport::errorText(export_err,conv_err).toUtf8());
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user