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

Add missing conversion from std::string to char*. #30811

Merged
merged 1 commit into from
May 24, 2019
Merged

Add missing conversion from std::string to char*. #30811

merged 1 commit into from
May 24, 2019

Conversation

neitsa
Copy link
Contributor

@neitsa neitsa commented May 24, 2019

Summary

SUMMARY: Bugfixes "Add missing conversion from std::string to char*."

Purpose of change

There's a missing conversion from std::string to char* when calling __system_property_get().

Describe the solution

Add .c_str().

Describe alternatives you've considered

N/A.

Additional context

N/A.

@ZhilkinSerg ZhilkinSerg added <Bugfix> This is a fix for a bug (or closes open issue) Code: Build Issues regarding different builds and build environments OS: Android Issues related to Android operating system labels May 24, 2019
@ZhilkinSerg ZhilkinSerg merged commit a036fae into CleverRaven:master May 24, 2019
@neitsa neitsa deleted the fix/android_system_version branch May 25, 2019 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) Code: Build Issues regarding different builds and build environments OS: Android Issues related to Android operating system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants