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