proj: Add intercept.py
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user