OSDN Git Service

fix error message (bug 816876)
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 3 Oct 2003 14:37:18 +0000 (14:37 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 3 Oct 2003 14:37:18 +0000 (14:37 +0000)
src/glut/glx/win32_util.c

index d05d1d1..becd823 100644 (file)
@@ -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 */
 }