From: José Fonseca Date: Thu, 13 Jan 2011 11:45:40 +0000 (+0000) Subject: util: Undo spurious changes in last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80f18876f689e250e286f8821e37389b414776bd;p=mesa.git util: Undo spurious changes in last commit. --- diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c index a19db3a6576..f4ad545bee7 100644 --- a/src/gallium/auxiliary/util/u_debug.c +++ b/src/gallium/auxiliary/util/u_debug.c @@ -53,7 +53,7 @@ void _debug_vprintf(const char *format, va_list ap) size_t len = strlen(buf); int ret = util_vsnprintf(buf + len, sizeof(buf) - len, format, ap); if(ret > (int)(sizeof(buf) - len - 1) || util_strchr(buf + len, '\n')) { - os_log_message(buf * h); + os_log_message(buf); buf[0] = '\0'; } #else