mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-30 00:18:10 +01:00 
			
		
		
		
	made recorder crash fix more robust
This commit is contained in:
		| @@ -476,9 +476,9 @@ private: | ||||
|         sprintf(monStr, "%02d", ltm->tm_mon + 1); | ||||
|         sprintf(yearStr, "%02d", ltm->tm_year + 1900); | ||||
|         if (core::modComManager.getModuleName(name) == "radio") { | ||||
|             int mode; | ||||
|             int mode = -1; | ||||
|             core::modComManager.callInterface(name, RADIO_IFACE_CMD_GET_MODE, NULL, &mode); | ||||
|             modeStr = radioModeToString[mode]; | ||||
|             if (mode >= 0) { modeStr = radioModeToString[mode]; }; | ||||
|         } | ||||
|  | ||||
|         // Replace in template | ||||
|   | ||||
		Reference in New Issue
	
	Block a user