From 021a2f356be7d788742eab8d9f3df1910acef616 Mon Sep 17 00:00:00 2001
From: wangky <m1561510467@163.com>
Date: 星期四, 07 十一月 2024 16:35:40 +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