From 4d625b8f7d4eb22209dba53cf19353d8aa7455ea Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期二, 10 三月 2020 17:47:13 +0800
Subject: [PATCH] 修改TTS播放。
---
lib/src/main/cpp/master/comm_if.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/src/main/cpp/master/comm_if.cpp b/lib/src/main/cpp/master/comm_if.cpp
index 5b64329..7ba83ed 100644
--- a/lib/src/main/cpp/master/comm_if.cpp
+++ b/lib/src/main/cpp/master/comm_if.cpp
@@ -791,7 +791,7 @@
const Value &s2 = (*itr)["tts"];
content[n].item = s1.GetInt();
- strcpy(content[n].tts, s1.GetString());
+ strcpy(content[n].tts, s2.GetString());
n++;
}
}
--
Gitblit v1.8.0