*/*: s/Invalid_Argument/Invalid_Size_Handle/ where appropriate.
This commit is contained in:
parent
0d4aa23e7c
commit
02b8e7e8d7
@ -1,3 +1,7 @@
|
||||
2014-11-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
*/*: s/Invalid_Argument/Invalid_Size_Handle/ where appropriate.
|
||||
|
||||
2014-11-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
*/*: s/Invalid_Argument/Invalid_Stream_Handle/ where appropriate.
|
||||
|
@ -508,7 +508,7 @@
|
||||
|
||||
|
||||
if ( !size )
|
||||
return FT_THROW( Invalid_Argument );
|
||||
return FT_THROW( Invalid_Size_Handle );
|
||||
|
||||
FT_ZERO( &scaler );
|
||||
|
||||
|
@ -3751,7 +3751,7 @@
|
||||
|
||||
|
||||
if ( !size )
|
||||
return FT_THROW( Invalid_Argument );
|
||||
return FT_THROW( Invalid_Size_Handle );
|
||||
|
||||
face = size->face;
|
||||
if ( !face || !face->driver )
|
||||
|
Loading…
Reference in New Issue
Block a user