Display the correct bug number in the information text.
authorIan Romanick <idr@us.ibm.com>
Mon, 6 Mar 2006 16:42:12 +0000 (16:42 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 6 Mar 2006 16:42:12 +0000 (16:42 +0000)
progs/tests/bug_3195.c

index 75de58b..4aceae0 100644 (file)
@@ -185,8 +185,8 @@ static void Init( void )
    printf("\nThis program should function nearly identically to Mesa's lodbias demo.\n"
          "It should cycle through the complet LOD bias range once and exit.  If bug\n"
          "#3195 still exists, the demo should crash almost immediatly.\n");
-   printf("This is a regression test for bug #3101.\n");
-   printf("https://bugs.freedesktop.org/show_bug.cgi?id=3101\n");
+   printf("This is a regression test for bug #3195.\n");
+   printf("https://bugs.freedesktop.org/show_bug.cgi?id=3195\n");
 
    if (!glutExtensionSupported("GL_EXT_texture_lod_bias")) {
       printf("Sorry, GL_EXT_texture_lod_bias not supported by this renderer.\n");