Mesa (master): util: Update for os_stream changes.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Feb 14 23:30:10 UTC 2010


Module: Mesa
Branch: master
Commit: 323c6f8a2e449c46e1d67c55c45fb243445e575c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=323c6f8a2e449c46e1d67c55c45fb243445e575c

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Feb 14 16:55:25 2010 +0000

util: Update for os_stream changes.

---

 src/gallium/auxiliary/util/u_debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug.c b/src/gallium/auxiliary/util/u_debug.c
index 688083d..858d52c 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;
 




More information about the mesa-commit mailing list