From c293581e962b7982622e7d607fa3909b40da718e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Apr 2010 11:15:46 -0400 Subject: [PATCH] Add coment --- src/hb-open-type-private.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 78208a2..d1bcf8e 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -285,6 +285,7 @@ struct Sanitizer _hb_sanitize_init (&context, blob); + /* We drop const here */ Type *t = &CAST (Type, * (char *) CharP(context.start), 0); sane = t->sanitize (SANITIZE_ARG_INIT); -- 2.7.4