Mesa (master): util: Undo spurious changes in last commit.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jan 13 11:46:20 UTC 2011


Module: Mesa
Branch: master
Commit: 80f18876f689e250e286f8821e37389b414776bd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80f18876f689e250e286f8821e37389b414776bd

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jan 13 11:45:40 2011 +0000

util: Undo spurious changes in last commit.

---

 src/gallium/auxiliary/util/u_debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c
index a19db3a..f4ad545 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




More information about the mesa-commit mailing list