* src/base/ftobjs.c (FT_Attach_File): Initialize `open.stream'.
This commit is contained in:
parent
d232f59383
commit
b8fdcd68d2
|
@ -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.
|
||||
|
|
|
@ -1744,6 +1744,7 @@
|
|||
if ( !filepathname )
|
||||
return FT_Err_Invalid_Argument;
|
||||
|
||||
open.stream = NULL;
|
||||
open.flags = FT_OPEN_PATHNAME;
|
||||
open.pathname = (char*)filepathname;
|
||||
|
||||
|
|
Loading…
Reference in New Issue