Kaynağa Gözat

changed bug report address in gl_problem()

tags/mesa_3_2_1
Brian Paul 26 yıl önce
ebeveyn
işleme
2ec3d124ec
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/mesa/main/context.c

+ 2
- 2
src/mesa/main/context.c Dosyayı Görüntüle

@@ -1,4 +1,4 @@
/* $Id: context.c,v 1.18.2.8 2000/03/06 16:59:26 brianp Exp $ */
/* $Id: context.c,v 1.18.2.9 2000/05/26 18:21:10 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -1713,7 +1713,7 @@ void gl_set_api_table( GLcontext *ctx, const struct gl_api_table *api )
void gl_problem( const GLcontext *ctx, const char *s )
{
fprintf( stderr, "Mesa implementation error: %s\n", s );
fprintf( stderr, "Report to mesa-bugs@mesa3d.org\n" );
fprintf( stderr, "Report to Mesa bug database at www.mesa3d.org\n" );
(void) ctx;
}


Loading…
İptal
Kaydet