From 7534dda3b69026df6dc40b3d907b825a0078617b Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期四, 21 八月 2025 20:14:01 +0800
Subject: [PATCH] Signed-off-by: chenlh <2008get@163.com>
---
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