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

Common: Remove TLS usage in GetLastErrorMsg #2275

Merged
merged 1 commit into from Apr 7, 2015

Conversation

degasus
Copy link
Member

@degasus degasus commented Apr 7, 2015

Just return std::string as this code isn't performance critical.

{
static const size_t buff_size = 255;
const size_t buff_size = 255;
char err_str[buff_size] = {};

This comment was marked as off-topic.

This comment was marked as off-topic.

Just return std::string as this code isn't performance critical.
@lioncash
Copy link
Member

lioncash commented Apr 7, 2015

Looks OK to me.

@Parlane
Copy link
Member

Parlane commented Apr 7, 2015

LGTM

Parlane added a commit that referenced this pull request Apr 7, 2015
Common: Remove TLS usage in GetLastErrorMsg
@Parlane Parlane merged commit aa54931 into dolphin-emu:master Apr 7, 2015
@degasus degasus deleted the strings branch August 9, 2015 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants