From 12afa8445dcddd2d1e7a281f0a89cc011265f8d7 Mon Sep 17 00:00:00 2001 From: Leeqwind Date: Wed, 1 Mar 2017 14:30:46 +0800 Subject: [PATCH] redundant argnum-- this 'argnum--;' call statement should be removed because it would be cause some errors in processing logs for some api parameter types. --- src/log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/log.c b/src/log.c index 297531d14..4e0f53bb5 100644 --- a/src/log.c +++ b/src/log.c @@ -414,7 +414,6 @@ void log_api(uint32_t index, int is_success, uintptr_t return_value, // report we turn it into a buffer (much like the dropped files). if(*fmt == '!') { override = 1; - argnum--; fmt++; }