2006-01-30  Ed Catmur <ed@catmur.co.uk>

	Fixes #329043

	* ftstream-vfs.c: use correct function signature for FT callback.
This commit is contained in:
Ed Catmur 2006-01-30 12:27:04 +00:00 committed by Rodrigo Moya
parent 4db352256d
commit a370328133
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2006-01-30 Ed Catmur <ed@catmur.co.uk>
Fixes #329043
* ftstream-vfs.c: use correct function signature for FT callback.
2005-11-14 Rodrigo Moya <rodrigo@novell.com>
* font-method.c (do_tell): fixed function signature.

View file

@ -26,7 +26,7 @@
#include FT_FREETYPE_H
#include <libgnomevfs/gnome-vfs.h>
static guint64
static unsigned long
vfs_stream_read(FT_Stream stream,
unsigned long offset,
unsigned char *buffer,