util: Update for os_stream changes.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 14 Feb 2010 16:55:25 +0000 (16:55 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 14 Feb 2010 23:25:33 +0000 (23:25 +0000)
src/gallium/auxiliary/util/u_debug.c

index 688083d..858d52c 100644 (file)
@@ -590,7 +590,7 @@ debug_dump_float_rgba_bmp(const char *filename,
    bmih.biClrUsed = 0;
    bmih.biClrImportant = 0;
 
-   stream = os_stream_create(filename, bmfh.bfSize);
+   stream = os_file_stream_create(filename);
    if(!stream)
       goto error1;