mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-24 12:31:37 +01:00
Fixed bug in discord integration
This commit is contained in:
@@ -134,8 +134,8 @@ private:
|
|||||||
// Rich Presence
|
// Rich Presence
|
||||||
DiscordRichPresence presence;
|
DiscordRichPresence presence;
|
||||||
double lastFreq;
|
double lastFreq;
|
||||||
char* freq = new char[1024];
|
char freq[1024];
|
||||||
char* mode = new char[1024];
|
char mode[1024];
|
||||||
std::string lastMode = "";
|
std::string lastMode = "";
|
||||||
|
|
||||||
// Threading
|
// Threading
|
||||||
|
|||||||
Reference in New Issue
Block a user