From ce309b6c8d9716f325f326a8e4f3d1c9ef6b3afa Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 27 Sep 2023 16:41:28 +0800 Subject: [PATCH] Hide debug info --- xy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xy.h b/xy.h index 4b4e47d..2637451 100644 --- a/xy.h +++ b/xy.h @@ -157,7 +157,7 @@ xy_str_gsub (const char* str, const char* pat, const char* replace) cur = fnd + pat_len; } else break; } - puti(count); + // puti(count); DEBUG 匹配次数 char* ret = malloc (unit * count + len + 1); char* retcur = ret;