projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc8e3f
)
Add missing TRACE_RETURN
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 23 Jul 2015 09:08:48 +0000
(10:08 +0100)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 23 Jul 2015 09:08:48 +0000
(10:08 +0100)
src/hb-ot-layout-gsubgpos-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-ot-layout-gsubgpos-private.hh
b/src/hb-ot-layout-gsubgpos-private.hh
index
e14b5b6
..
5033a22
100644
(file)
--- a/
src/hb-ot-layout-gsubgpos-private.hh
+++ b/
src/hb-ot-layout-gsubgpos-private.hh
@@
-2164,7
+2164,7
@@
struct ExtensionFormat1
{
TRACE_DISPATCH (this, format);
if (unlikely (!c->may_dispatch (this, this))) TRACE_RETURN (c->default_return_value ());
- return
get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type (
));
+ return
TRACE_RETURN (get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()
));
}
/* This is called from may_dispatch() above with hb_sanitize_context_t. */