mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	another warning
This commit is contained in:
		| @@ -68,7 +68,7 @@ void VFOManager::deleteVFO(VFOManager::VFO* vfo) { | ||||
|     std::string name = ""; | ||||
|     for (auto const& [_name, _vfo] : vfos) { | ||||
|         if (_vfo == vfo) { | ||||
|             name == _name; | ||||
|             name = _name; | ||||
|             break; | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user