File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/os/os2/os2.cpp
Show inline comments
 
@@ -206,7 +206,7 @@ bool GetClipboardContents(char *buffer, 
 
void OSOpenBrowser(const char *url)
 
{
 
	// stub only
 
	DEBUG(misc, 0, "Failed to open url: %s", url);
 
	Debug(misc, 0, "Failed to open url: {}", url);
 
}
 

	
 
void SetCurrentThreadName(const char *)