Replace an input error call I accidentally removed

This commit is contained in:
Matthew Henry 2013-12-14 01:31:46 +10:00
parent 8101d7a7b6
commit 139803fd07

View File

@ -123,7 +123,7 @@ static const char* getDisplayName(CGDirectDisplayID displayID)
if (!names || !CFDictionaryGetValueIfPresent(names, CFSTR("en_US"),
(const void**) &value))
{
_glfwInputError(GLFW_PLATFORM_ERROR, "Failed to retrieve display name");
CFRelease(info);
return strdup("Unknown");
}