vsnprintf return is dumb.

This commit is contained in:
Ben Vanik
2015-06-07 16:12:54 -07:00
parent a446d9c64a
commit ba88955be4
4 changed files with 39 additions and 61 deletions

View File

@@ -85,7 +85,7 @@ void av_log_callback(void *avcl, int level, const char *fmt, va_list va) {
StringBuffer buff;
buff.AppendVarargs(fmt, va);
xe::log_line(__FILE__, __LINE__, 'i', "libav: %s", buff.GetString());
xe::log_line('i', "libav: %s", buff.GetString());
}
X_STATUS AudioSystem::Setup() {