Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile error with --enable-location #169

Merged
merged 1 commit into from
Dec 8, 2015
Merged

Fix compile error with --enable-location #169

merged 1 commit into from
Dec 8, 2015

Conversation

gbaligh
Copy link
Contributor

@gbaligh gbaligh commented Dec 8, 2015

Fix error issue #167 :

chilli.c: In function 'chilli_learn_location':
chilli.c:2964:9: error: 's_state' undeclared (first use in this
      function)
sizeof(s_state.pending_location));

s_state is declared in the appconn.

sizeof(appconn->s_state.pending_location);

Signed-off-by: Baligh GUESMI [email protected]

```C
chilli.c: In function 'chilli_learn_location':
chilli.c:2964:9: error: 's_state' undeclared (first use in this
      function)
sizeof(s_state.pending_location));
```

s_state is declared in the appconn.

```C
sizeof(appconn->s_state.pending_location);
```

Signed-off-by: Baligh GUESMI [email protected]
sevan added a commit that referenced this pull request Dec 8, 2015
Fix compile error with --enable-location
@sevan sevan merged commit 47f7e68 into coova:master Dec 8, 2015
@gbaligh gbaligh deleted the fix_issue_167 branch December 8, 2015 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants