Use strcpy to copy MACStr syslinux-3.50-pre23
authorH. Peter Anvin <hpa@zytor.com>
Fri, 8 Jun 2007 22:43:24 +0000 (15:43 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 8 Jun 2007 22:43:24 +0000 (15:43 -0700)
commit601eab3b8c947b2725e9376954bcd5ebfc954d0a
tree7d0deebf84c366f94b5807bee3d341d7cbe58abd
parente710751ff60647432123dbfe823f9692b8669765
Use strcpy to copy MACStr

We were using an open-coded string copy with the wrong length.  Use
strcpy instead.
pxelinux.asm