mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Fix the old log file to work with the log parser.
This commit is contained in:
		
							parent
							
								
									f00c4a4cf5
								
							
						
					
					
						commit
						9c76120a13
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -146,7 +146,7 @@ void ColorConsoleBackend::Write(const Entry& entry) { | |||
| 
 | ||||
| FileBackend::FileBackend(const std::string& filename) : bytes_written(0) { | ||||
|     if (FileUtil::Exists(filename)) { | ||||
|         FileUtil::Rename(filename, filename + ".old"); | ||||
|         FileUtil::Rename(filename, filename + ".old.txt"); | ||||
|     } | ||||
| 
 | ||||
|     // _SH_DENYWR allows read only access to the file for other programs.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue