Mesa (8.0): darwin: Fix an error message

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu May 3 18:01:20 UTC 2012


Module: Mesa
Branch: 8.0
Commit: 8010ff17ae931e17dd9d5eead91b144dce146147
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8010ff17ae931e17dd9d5eead91b144dce146147

Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Sun Apr 29 00:27:03 2012 -0700

darwin: Fix an error message

Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
(cherry picked from commit 244dc0521439379a0a44f81ba432aa04ca6c1a91)

---

 src/glx/apple/apple_glx_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glx/apple/apple_glx_context.c b/src/glx/apple/apple_glx_context.c
index c58d05a..0bb25b4 100644
--- a/src/glx/apple/apple_glx_context.c
+++ b/src/glx/apple/apple_glx_context.c
@@ -421,7 +421,7 @@ apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr,
     */
 
    if (same_drawable && ac->is_current) {
-      apple_glx_diagnostic("%s: same_drawable and ac->is_current\n");
+      apple_glx_diagnostic("same_drawable and ac->is_current\n");
       return false;
    }
 




More information about the mesa-commit mailing list