commit | 01eb7f72434830bb14cec906d885d2b7ee40d53b | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Wed Jul 06 08:56:48 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Wed Jul 06 08:56:48 2011 -0700 |
tree | c3e76fe6290976c907e6a27bc81a08e9780fc786 | |
parent | b73b6783a595cf4b1cef6463c23317a8b417f1e9 [diff] | |
parent | a4824467c33c5a59317f777a54c60e3b339e4966 [diff] |
Merge "Fix broken build"
diff --git a/libc/bionic/dlmalloc.c b/libc/bionic/dlmalloc.c index 035dbac..9aab1b7 100644 --- a/libc/bionic/dlmalloc.c +++ b/libc/bionic/dlmalloc.c
@@ -2287,7 +2287,7 @@ strlcat(buffer, " IN ", sizeof(buffer)); strlcat(buffer, function, sizeof(buffer)); } - __libc_android_log_write(ANDROID_LOG_FATAL,"libc","%s", buffer); + __libc_android_log_write(ANDROID_LOG_FATAL,"libc",buffer); abort(); }