diff options
author | Simon Hausmann <shausman@trolltech.com> | 2007-08-21 09:01:11 +0200 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-08-21 09:01:11 +0200 |
commit | 596d178b6241ce0fd7c7b59ccc340e0ffb4162d2 (patch) | |
tree | 2a1de6320dcf7a95744a21765c90db022078db43 /src | |
parent | d34bcf298bb999e84d75df9d8ad35366a44ceb80 (diff) | |
parent | f2acc48e352c09c6c8f714c1e24ca5bc490da113 (diff) |
Merge branch 'stable'
Diffstat (limited to 'src')
-rw-r--r-- | src/harfbuzz-gsub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/harfbuzz-gsub.c b/src/harfbuzz-gsub.c index a3e8866..427385c 100644 --- a/src/harfbuzz-gsub.c +++ b/src/harfbuzz-gsub.c @@ -4308,7 +4308,7 @@ static HB_Error GSUB_Do_String_Lookup( HB_GSUBHeader* gsub, error = HB_Err_Not_Covered; if ( error == HB_Err_Not_Covered ) - if ( hb_buffer_copy_output_glyph ( buffer ) ) + if ( (error = hb_buffer_copy_output_glyph ( buffer ) ) ) return error; } |