Skip to content

Commit

Permalink
Merge pull request #312 from Dridi/issue_311
Browse files Browse the repository at this point in the history
Unpack struct file_data
  • Loading branch information
SimonKagstrom committed Sep 5, 2019
2 parents 26fbca7 + 1fbf3c8 commit 758f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merge-file-parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct file_data
uint32_t file_name_offset;

struct line_entry entries[];
}__attribute__((packed));
};

// Unit test stuff
namespace merge_parser
Expand Down

0 comments on commit 758f365

Please sign in to comment.