From faba6b022b86f066d95b1cfdf752573724d5fbcd Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期五, 29 八月 2025 19:08:13 +0800
Subject: [PATCH] 常规提交
---
src/tg/module_def.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tg/module_def.h b/src/tg/module_def.h
index 8b0fd25..2b5935c 100644
--- a/src/tg/module_def.h
+++ b/src/tg/module_def.h
@@ -325,7 +325,7 @@
typedef struct{
short proc_type;
short pad;
- short proc_ins[sizeof(tag_eq)];
+ char proc_ins[sizeof(tag_eq)];
}tag_module ,*ptag_module;
typedef struct{
--
Gitblit v1.9.3