summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gisi/iter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gisi/iter.h b/gisi/iter.h
index 2fe4ec53..0327564a 100644
--- a/gisi/iter.h
+++ b/gisi/iter.h
@@ -31,10 +31,10 @@ extern "C" {
#include "message.h"
struct _GIsiSubBlockIter {
- uint8_t cursor;
uint8_t *start;
uint8_t *end;
gboolean longhdr;
+ uint16_t cursor;
uint16_t sub_blocks;
};
typedef struct _GIsiSubBlockIter GIsiSubBlockIter;