Put quotes around the CC and CXX variables passed to mklib. This make
[mesa.git] / src / glx / x11 / singlepix.c
index b387a8098032c3390837f78d85d6aa8a864852fd..d2e8860d1f3ad0392ce769f96ae28a73c54c9229 100644 (file)
@@ -280,8 +280,8 @@ void __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type,
        width = reply.width;
        height = reply.height;
 
-       widthsize = __glImageSize(width,1,1,format, type);
-       heightsize = __glImageSize(height,1,1,format, type);
+       widthsize = __glImageSize(width,1,1,format, type, 0);
+       heightsize = __glImageSize(height,1,1,format, type, 0);
 
        /* Allocate a holding buffer to transform the data from */
        rowBuf = (GLubyte*) Xmalloc(widthsize);