mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
ggwave-gui : fix compile warning
This commit is contained in:
@@ -143,7 +143,7 @@ std::thread initMain() {
|
||||
|
||||
if (inputCurrent.update) {
|
||||
g_ggWave->init(
|
||||
inputCurrent.message.data.size(),
|
||||
(int) inputCurrent.message.data.size(),
|
||||
inputCurrent.message.data.data(),
|
||||
g_ggWave->getTxProtocols()[inputCurrent.message.protocolId],
|
||||
100*inputCurrent.message.volume);
|
||||
|
||||
Reference in New Issue
Block a user