mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Raphaël Marinier: remove more unnecessary changes of format...
... A search of FFmpeg source code shows that the nonstandard %t format occurs nowhere in it.
This commit is contained in:
@@ -137,9 +137,6 @@ void av_log_wx_callback(void* ptr, int level, const char* fmt, va_list vl)
|
|||||||
}
|
}
|
||||||
|
|
||||||
wxString frm(fmt,wxConvLibc);
|
wxString frm(fmt,wxConvLibc);
|
||||||
#if defined(__WXMSW__)
|
|
||||||
frm.Replace(wxT("%t"),wxT("%i"),true); //TODO: on Windows vprintf won't handle %t, and probably some others. Investigate.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
printstring.Append(wxString::FormatV(frm,vl));
|
printstring.Append(wxString::FormatV(frm,vl));
|
||||||
wxString cpt;
|
wxString cpt;
|
||||||
|
|||||||
Reference in New Issue
Block a user