forked from minhngoc25a/freetype2
Formatting.
This commit is contained in:
parent
e5e3556fa2
commit
0a943b6362
@ -733,11 +733,11 @@
|
||||
}
|
||||
|
||||
/* we must convert the data section from hexadecimal to binary */
|
||||
if ( FT_ALLOC( face->binary_data, parser->binary_length ) ||
|
||||
( error = cid_hex_to_binary( face->binary_data,
|
||||
parser->binary_length,
|
||||
parser->data_offset,
|
||||
face ) ) )
|
||||
if ( FT_ALLOC( face->binary_data, parser->binary_length ) ||
|
||||
FT_SET_ERROR( cid_hex_to_binary( face->binary_data,
|
||||
parser->binary_length,
|
||||
parser->data_offset,
|
||||
face ) ) )
|
||||
goto Exit;
|
||||
|
||||
FT_Stream_OpenMemory( face->cid_stream,
|
||||
|
Loading…
x
Reference in New Issue
Block a user