gluDisk bug?

gluDisk (gluNewQuadric(), 0.0, 10.0, 32, 32);

I am using the above call to gluDisk to draw a filled circle, however I always get a circle with a small hole in the middle. I used an inner radius of zero in my call, yet the hole still appears. Has anyone experienced this?