CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/04 19:14:02
Modified files:
usr.bin/mg : echo.c
Log message:
Fix an incorrect use of sizeof(pointer) by removing it and switching
from strncasecmp to strcasecmp which will stop matching strings
with unwanted trailing characters.
ok jasper@ deraadt@
