mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #6196 from vitor-k/stoll-exception
Resolve C4101 warning
This commit is contained in:
		
						commit
						d09f6d97f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -262,7 +262,7 @@ void Config::ReadValues() { | |||
| 
 | ||||
|         try { | ||||
|             days = std::stoll(day_string); | ||||
|         } catch (std::exception& e) { | ||||
|         } catch (std::logic_error&) { | ||||
|             LOG_ERROR(Config, "Failed to parse days in init_time_offset. Using 0"); | ||||
|             days = 0; | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue