----------------------------------------------------------------------
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Fri, 22 Jul 2005 09:30:54 +0000 (09:30 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Fri, 22 Jul 2005 09:30:54 +0000 (09:30 +0000)
 Committing in .

 _mesa_sprintf crashes on OpenVMS -> replaced it by the OS-supplied sprintf

 Modified Files:
  Mesa/src/mesa/drivers/x11/fakeglx.c
 ----------------------------------------------------------------------

src/mesa/drivers/x11/fakeglx.c

index 7569fb0..ee1cdfc 100644 (file)
@@ -52,6 +52,9 @@
 #include "xfonts.h"
 #include "xmesaP.h"
 
+#ifdef __VMS
+#define _mesa_sprintf sprintf
+#endif
 
 /* This indicates the client-side GLX API and GLX encoder version. */
 #define CLIENT_MAJOR_VERSION 1