From: José Fonseca Date: Sun, 14 Feb 2010 16:55:25 +0000 (+0000) Subject: util: Update for os_stream changes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=323c6f8a2e449c46e1d67c55c45fb243445e575c;p=mesa.git util: Update for os_stream changes. --- diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c index 688083d2325..858d52c6efb 100644 --- a/src/gallium/auxiliary/util/u_debug.c +++ b/src/gallium/auxiliary/util/u_debug.c @@ -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;