mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2026-08-08 07:55:26 +00:00
chore: make sure the index always starts at 0
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ struct va_info_s {
|
||||
int index;
|
||||
};
|
||||
|
||||
static __thread struct va_info_s va_provider;
|
||||
static __thread struct va_info_s va_provider = {0};
|
||||
|
||||
char* va(const char* fmt, ...) {
|
||||
va_list ap;
|
||||
|
||||
Reference in New Issue
Block a user