mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #389 from lioncash/fmt
soc_u: Fix a missing formatting argument
This commit is contained in:
		
						commit
						84856a4549
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -404,7 +404,7 @@ static void Fcntl(Service::Interface* self) { | |||
|         } | ||||
| #endif | ||||
|     } else { | ||||
|         LOG_ERROR(Service_SOC, "Unsupported command (%d) in fcntl call"); | ||||
|         LOG_ERROR(Service_SOC, "Unsupported command (%d) in fcntl call", ctr_cmd); | ||||
|         result = TranslateError(EINVAL); // TODO: Find the correct error
 | ||||
|         posix_ret = -1; | ||||
|         return; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue