* src/base/ftobjs.c (FT_Attach_File): Initialize `open.stream'.

This commit is contained in:
Werner Lemberg 2004-08-03 03:28:11 +00:00
parent d232f59383
commit b8fdcd68d2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-08-02 George Williams <gww@silcom.com>
* src/base/ftobjs.c (FT_Attach_File): Initialize `open.stream'.
2004-08-01 Werner Lemberg <wl@gnu.org>
* docs/CHANGES: Updated.

View File

@ -1744,6 +1744,7 @@
if ( !filepathname )
return FT_Err_Invalid_Argument;
open.stream = NULL;
open.flags = FT_OPEN_PATHNAME;
open.pathname = (char*)filepathname;