projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2cfd9
)
util: Undo spurious changes in last commit.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 13 Jan 2011 11:45:40 +0000
(11:45 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 13 Jan 2011 11:45:40 +0000
(11:45 +0000)
src/gallium/auxiliary/util/u_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug.c
b/src/gallium/auxiliary/util/u_debug.c
index a19db3a6576053e5fcbe80fde3150d933cc25067..f4ad545bee73559b9db127ac31f5fd7b83346067 100644
(file)
--- 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