commit | a4824467c33c5a59317f777a54c60e3b339e4966 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Wed Jul 06 17:54:35 2011 +0200 |
committer | David 'Digit' Turner <digit@android.com> | Wed Jul 06 17:54:35 2011 +0200 |
tree | c3e76fe6290976c907e6a27bc81a08e9780fc786 | |
parent | b73b6783a595cf4b1cef6463c23317a8b417f1e9 [diff] [blame] |
Fix broken build Change-Id: Ia46b50aec51a55434c8828a73e07f4732f8f6c1c
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(); }