Merge "Declare __fake_use_va_args as a variadic function."
am: e352a75b90 Change-Id: I4cfeb23cab215741944485baa47450115ed671e0
This commit is contained in:
commit
77f64e0509
2
lmkd.c
2
lmkd.c
|
|
@ -341,7 +341,7 @@ static int reread_file(struct reread_data *data, char *buf, size_t buf_size) {
|
|||
data->fd = -1;
|
||||
return -1;
|
||||
}
|
||||
ALOG_ASSERT((size_t)size < buf_size - 1, data->filename " too large");
|
||||
ALOG_ASSERT((size_t)size < buf_size - 1, "%s too large", data->filename);
|
||||
buf[size] = 0;
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue