mecab
mecab copied to clipboard
Fix stringop-truncation warnings
Identified by modern gcc.
Issued on invocations of strncpy
that could result in C-strings
which are not null-terminated. Fixed by copying fewer chars.