1
0

proj: Add intercept.py

This commit is contained in:
2025-01-20 19:06:27 +01:00
parent 526893b78a
commit bcf82f91a4
3 changed files with 174 additions and 40 deletions

View File

@@ -83,7 +83,7 @@ static size_t msg_array_str(char *buf, size_t maxlen, char *const array[], int n
static void msg(const char *fmt, ...) {
if (!intercept) return;
char buf[256], sub_fmt[16];
char buf[1024], sub_fmt[16];
int sub_fmt_p = 0;
va_list args;