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

Replace char buffer with std::string for SKELETON::TextLoader #226

Merged
merged 1 commit into from
Apr 5, 2020

Commits on Apr 4, 2020

  1. Replace char buffer with std::string for SKELETON::TextLoader

    malloc/freeで確保しているバッファをstd::stringで置き換える。
    メモリは自動的に確保されるが挙動の変化を抑えるため修正前と同じ量を
    予約しておく。
    ma8ma committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    929087d View commit details
    Browse the repository at this point in the history