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

MAP: replace strncpy with strncpy_s #2417

Closed
wants to merge 2 commits into from

Commits on Sep 12, 2024

  1. MAP: replace strncpy with strncpy_s

    The intel c++ w_oneAPI_2021.1.1.99 compiler does not like the `strncpy`
    function and won't compile.  Changing to `strncpy_s`.
    andrew-platt committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a41b84a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Change strncpy_s to simple looping

    this should work with all compilers
    
    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    30178ce View commit details
    Browse the repository at this point in the history