[c,format] fix format string and review warnings

This commit is contained in:
akallabeth
2026-01-16 13:36:14 +01:00
parent 832da09b3e
commit fb8efd45f2
11 changed files with 16 additions and 23 deletions

View File

@@ -378,8 +378,7 @@ static char* pf_config_decode_base64(const char* data, const char* name, size_t*
char* decoded = NULL;
if (!data)
{
WLog_ERR(TAG, "Invalid base64 data [%p] for %s", WINPR_CXX_COMPAT_CAST(const void*, data),
name);
WLog_ERR(TAG, "Invalid base64 data [NULL] for %s", name);
return NULL;
}