summaryrefslogtreecommitdiff
path: root/progs/tests/bug_3195.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-03-06 16:42:12 +0000
committerIan Romanick <idr@us.ibm.com>2006-03-06 16:42:12 +0000
commit448d23331db9700ade9bd5a378e968b5e3645814 (patch)
treee20478b8051f0f3a1c625b88804a87b54325d19d /progs/tests/bug_3195.c
parent66df1731e6c5563bdfbb3f960aa373f77623fbc3 (diff)
Display the correct bug number in the information text.
Diffstat (limited to 'progs/tests/bug_3195.c')
-rw-r--r--progs/tests/bug_3195.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/bug_3195.c b/progs/tests/bug_3195.c
index 75de58b07c..4aceae04ab 100644
--- a/progs/tests/bug_3195.c
+++ b/progs/tests/bug_3195.c
@@ -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");