mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Fix char* format specifier.
This commit is contained in:
@@ -342,7 +342,7 @@ Socket *CreateClientSocket(const char *host, uint16_t port, int timeoutMS)
|
||||
return new Socket((ptrdiff_t)s);
|
||||
}
|
||||
|
||||
RDCWARN("Failed to connect to %S:%d", host, port);
|
||||
RDCWARN("Failed to connect to %s:%d", host, port);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user