mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
@@ -5845,7 +5845,7 @@ static BOOL args_from_env(const char* name, int* aargc, char** aargv[], const ch
|
||||
goto cleanup;
|
||||
if (rc == 0)
|
||||
{
|
||||
WLog_ERR(TAG, "%s - environment variable '%s' is empty", arg);
|
||||
WLog_ERR(TAG, "environment variable '%s' is empty", arg);
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user