Skip to content

Commit

Permalink
修正 condition log 内部函数 format arg check 参数错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lailongwei committed Oct 17, 2023
1 parent 77a26de commit 95ea91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llbc/include/llbc/core/log/LoggerMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class __LLBC_ConditionLogOperator
const char *cond,
const char *behav,
const char *fmt2,
...) LLBC_STRING_FORMAT_CHECK(8, 9)
...) LLBC_STRING_FORMAT_CHECK(10, 11)
{
// Formatting format 1 and format 2.
LLBC_NS __LLBC_LibTls *libTls = LLBC_NS __LLBC_GetLibTls();
Expand Down

0 comments on commit 95ea91a

Please sign in to comment.