From: Brian Paul Date: Fri, 3 Oct 2003 14:37:18 +0000 (+0000) Subject: fix error message (bug 816876) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=facb597f48e6ecc782f5fc1919499236b4a2294a;p=mesa.git fix error message (bug 816876) --- diff --git a/src/glut/glx/win32_util.c b/src/glut/glx/win32_util.c index d05d1d1e82b..becd823a409 100644 --- a/src/glut/glx/win32_util.c +++ b/src/glut/glx/win32_util.c @@ -66,7 +66,7 @@ __glutFont(void *font) case (int)GLUT_BITMAP_HELVETICA_18: return &glutBitmapHelvetica18; } - __glutFatalError("out of memory."); + __glutFatalError("font not found."); /* NOTREACHED */ return NULL; /* MSVC compiler complains if there is no return at all */ }