Skip to content

Commit

Permalink
Merge pull request #1084 from rover12421/readConfigFlags_read_setDeaf…
Browse files Browse the repository at this point in the history
…ultValue_28

set readConfigFlags read default value to 28
  • Loading branch information
iBotPeaches committed Nov 17, 2015
2 parents 5f5f50f + 6f617db commit b0eb58a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private ResIntBasedValue readValue() throws IOException, AndrolibException {
private ResConfigFlags readConfigFlags() throws IOException,
AndrolibException {
int size = mIn.readInt();
int read = 0;
int read = 28;

if (size < 28) {
throw new AndrolibException("Config size < 28");
Expand Down

0 comments on commit b0eb58a

Please sign in to comment.