mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-02 21:04:45 +01:00
Fixed rigctl server not starting on AOS
This commit is contained in:
parent
ffc20f5fee
commit
9eb3ef0500
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_STR "1.0.1"
|
||||
#define VERSION_STR "1.0.2"
|
@ -365,7 +365,7 @@ private:
|
||||
if (parts.size() == 0) { return; }
|
||||
|
||||
// If the command is a compound command, execute each one separately
|
||||
if (parts[0].size() > 1 && parts[0][0] != '\\') {
|
||||
if (parts[0].size() > 1 && parts[0][0] != '\\' && parts[0] != "AOS" && parts[0] != "LOS") {
|
||||
std::string arguments;
|
||||
if (parts.size() > 1) { arguments = cmd.substr(parts[0].size()); }
|
||||
for (char c : parts[0]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user