Skip to content

Commit

Permalink
Merge pull request #22 from PeterTillema/patch-2
Browse files Browse the repository at this point in the history
Change max offsets to uint32_t
  • Loading branch information
mateoconlechuga committed Feb 16, 2018
2 parents fa3df73 + 33dbf5d commit 068c14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appvar.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef struct {
uint8_t *output;
uint8_t curr_image;
uint8_t max_data;
uint16_t offsets[MAX_OFFSETS];
uint32_t offsets[MAX_OFFSETS];
unsigned int offset;
unsigned int start;
char *string;
Expand Down

0 comments on commit 068c14c

Please sign in to comment.