From 095c7aa6b3fb9f4d5f02898d2cf180a03e408e29 Mon Sep 17 00:00:00 2001
From: zhuhang <729713003@qq.com>
Date: 星期四, 07 十一月 2024 11:49:05 +0800
Subject: [PATCH] 1

---
 common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common.h b/common.h
index fd79883..7eb4357 100644
--- a/common.h
+++ b/common.h
@@ -355,6 +355,7 @@
 {
 	Head head;
 	int status;
+	DevicesInfo info[0];
 	QDRes() {
 		head.type = QD_RES;
 		head.len = sizeof(QDRes);

--
Gitblit v1.8.0