summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-04-28 12:56:49 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-04-28 12:56:49 -0400
commite0db4b868f9fdd8e680890f87dd4e13a1c27b7a1 (patch)
tree025f79babb1ca9b6626c89678aa6db558f0bc8ba /src/hb-buffer-private.hh
parent15c57e04bf05026ef424f8ae912d2f379301bf93 (diff)
[buffer] More error handling
Should be all set now.
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index 6954f96f..7c298b01 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -95,9 +95,9 @@ struct _hb_buffer_t {
/* Buffer contents */
+ bool in_error; /* Allocation failed */
bool have_output; /* Whether we have an output buffer going on */
bool have_positions; /* Whether we have positions */
- bool in_error; /* Allocation failed */
unsigned int i; /* Cursor into ->info and ->pos arrays */
unsigned int len; /* Length of ->info and ->pos arrays */