From 30f2df1dec419a10408b53ecd26cebfcf607bf27 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 30 Oct 2008 08:40:35 -0700 Subject: [PATCH] Fix typo in bug URL. Thanks to AndrewR in IRC for pointing out the typo. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7a9150eb7..ec2041ff0 100644 --- a/NEWS +++ b/NEWS @@ -110,7 +110,7 @@ xlib: Avoid crash due to attempting XRender calls on pixmaps with formats not supported by the Render extension (Chris Wilson): XRender crashes due to NULL pointer from Cairo on SGI O2 - https://bugs.freedesktop.org/show_bug.cgi?id=1173 + https://bugs.freedesktop.org/show_bug.cgi?id=11734 xlib: Add support for XImages with depth of 4, 20, 24, or 28 bits (Chris Wilson):