Mesa (gallium-mesa-7.4): mesa: fix cherry pick glitch

Alan Hourihane alanh at kemper.freedesktop.org
Fri Feb 20 01:30:25 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: cc6698bf070bf09733868f2c7397faf698bf85ba
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc6698bf070bf09733868f2c7397faf698bf85ba

Author: Alan Hourihane <alanh at vmware.com>
Date:   Fri Feb 20 01:27:40 2009 +0000

mesa: fix cherry pick glitch

---

 src/mesa/main/imports.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
index 8a8a8c7..cb04594 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -950,7 +950,6 @@ _mesa_printf( const char *fmtString, ... )
    va_start( args, fmtString );  
    vfprintf(stderr, fmtString, args);
    va_end( args );
-   fprintf(stderr, "%s", s);
 }
 
 /** Wrapper around fprintf(), using vsprintf() for the formatting. */




More information about the mesa-commit mailing list