From 53be5cac481ddc7927ca3f8fe75a5180f0d6567a Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期五, 27 三月 2020 00:16:33 +0800 Subject: [PATCH] 角度修正。 --- lib/src/main/cpp/test_items2/through_something.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/test_items2/through_something.cpp b/lib/src/main/cpp/test_items2/through_something.cpp index 913333b..613a362 100644 --- a/lib/src/main/cpp/test_items2/through_something.cpp +++ b/lib/src/main/cpp/test_items2/through_something.cpp @@ -25,7 +25,7 @@ return; DEBUG("杩涘叆璺�冮�氳繃something鍦板浘 index = %d id = %d item = %d", index, RoadMapList[index].id, RoadMapList[index].type); if (!RoadMapList[index].tts.empty()) { - DEBUG("鎾斁TTS"); + DEBUG("鎾斁TTS %s", RoadMapList[index].tts.c_str()); PlayTTS(RoadMapList[index].tts.c_str()); } else { DEBUG("娌℃湁TTS"); -- Gitblit v1.8.0