Skip to content

Commit

Permalink
Merge pull request #169 from gbaligh/fix_issue_167
Browse files Browse the repository at this point in the history
Fix compile error with --enable-location
  • Loading branch information
sevan committed Dec 8, 2015
2 parents 058ba0c + 3841113 commit 47f7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chilli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,7 @@ chilli_learn_location(uint8_t *loc, int loclen,
}
} else {
strlcpy(appconn->s_state.pending_location, loc_buff,
sizeof(s_state.pending_location));
sizeof(appconn->s_state.pending_location));
}
}

Expand Down

0 comments on commit 47f7e68

Please sign in to comment.