util: Update for os_stream changes.

This commit is contained in:
José Fonseca 2010-02-14 16:55:25 +00:00
parent 2b4575f16d
commit 323c6f8a2e
1 changed files with 1 additions and 1 deletions

View 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;