mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
computeinfo/extended_versioning: Add missing arguments to log_error
This commit is contained in:
committed by
Kévin Petit
parent
0ed62b4fbe
commit
0b4ecd1756
@@ -56,7 +56,8 @@ static bool is_same_version(const char* const format,
|
||||
|
||||
if (2 != matched)
|
||||
{
|
||||
log_error("sscanf() fail on version string \"%s\", format=\"%s\"\n");
|
||||
log_error("sscanf() fail on version string \"%s\", format=\"%s\"\n",
|
||||
version_string, format);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user