From a10788abeb2798905c4d6329e1dc0c91fdcad8f2 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Fri, 14 Mar 2025 09:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TC1/main.c b/TC1/main.c index 252ef61..ec2201f 100644 --- a/TC1/main.c +++ b/TC1/main.c @@ -83,7 +83,7 @@ void recordDailyPCount() { } } // 更新上次检查时间 - last_check_time = current_time->tm_min; + last_check_day = current_time->tm_min; }