summaryrefslogtreecommitdiff
path: root/src/psaux/psobjs.h
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:30:17 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:30:17 +0900
commitd200982d8b35be32c75f2af9c9b175af190d5a9d (patch)
tree099eca92e77630c5e8abcc617e67d4472085669e /src/psaux/psobjs.h
parentd1ee378566e9b6c3fba3f196a781d595447f05af (diff)
downloadfreetype2-d200982d8b35be32c75f2af9c9b175af190d5a9d.tar.gz
psaux: Use size_t variable to pass the buffer size.
Diffstat (limited to 'src/psaux/psobjs.h')
-rw-r--r--src/psaux/psobjs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psaux/psobjs.h b/src/psaux/psobjs.h
index c2cbf2c79..e380c60da 100644
--- a/src/psaux/psobjs.h
+++ b/src/psaux/psobjs.h
@@ -111,7 +111,7 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
ps_parser_to_bytes( PS_Parser parser,
FT_Byte* bytes,
- FT_Long max_bytes,
+ FT_Offset max_bytes,
FT_Long* pnum_bytes,
FT_Bool delimiters );