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:
Fred Gleason
2019-01-17 18:19:39 -05:00
parent b23fd5dd63
commit c7c5e6727e
3 changed files with 6 additions and 3 deletions

View File

@@ -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;
}