• Marko Mäkelä's avatar
    Clean up ut_strlcpy(), ut_strlcpy_rev() · 44b0c869
    Marko Mäkelä authored
    ut_strlcpy(): Replace with the standard function strncpy().
    
    ut_strlcpy_rev(): Define in the same compilation unit where
    the only caller resides. Avoid unnecessary definition
    in non-debug builds.
    44b0c869
ut0mem.cc 1.74 KB