projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449c4f3
)
Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
author
Cyril Brulebois
<kibi@debian.org>
Fri, 18 Feb 2011 08:10:28 +0000
(
00:10
-0800)
committer
Brian Paul
<brianp@vmware.com>
Fri, 18 Feb 2011 14:42:41 +0000
(07:42 -0700)
Suggested by a freedesktop.org admin.
Signed-off-by: Cyril Brulebois <kibi@debian.org>
src/mesa/main/imports.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index
bd1fd7c
..
fef46c4
100644
(file)
--- a/
src/mesa/main/imports.c
+++ b/
src/mesa/main/imports.c
@@
-942,7
+942,7
@@
_mesa_problem( const struct gl_context *ctx, const char *fmtString, ... )
va_end( args );
fprintf(stderr, "Mesa %s implementation error: %s\n", MESA_VERSION_STRING, str);
- fprintf(stderr, "Please report at bug
zilla
.freedesktop.org\n");
+ fprintf(stderr, "Please report at bug
s
.freedesktop.org\n");
}