diff options
-rw-r--r-- | fb/fbpict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbpict.c b/fb/fbpict.c index 2fbef15c3..18ef2e150 100644 --- a/fb/fbpict.c +++ b/fb/fbpict.c @@ -275,7 +275,7 @@ copy_drawable (DrawablePtr pDraw) PixmapPtr pPixmap; GCPtr pGC; int width, height; - ChangeGCVal gcv[2]; + ChangeGCVal gcv[1]; width = pDraw->width; height = pDraw->height; |