wok rev 19223

syslinux/c32box: fix custom_cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 19 14:18:41 2016 +0200 (2016-06-19)
parents 8563f3c36069
children 92e5ef674bb8
files syslinux/stuff/extra/md5sum.c
line diff
     1.1 --- a/syslinux/stuff/extra/md5sum.c	Sat Jun 18 20:11:48 2016 +0300
     1.2 +++ b/syslinux/stuff/extra/md5sum.c	Sun Jun 19 14:18:41 2016 +0200
     1.3 @@ -839,7 +839,7 @@
     1.4      
     1.5      if (has_custom_config()) {
     1.6      	*p++ = ' ';
     1.7 -    	strcat(p, custom_cmdline);
     1.8 +    	strcpy(p, custom_cmdline);
     1.9      }
    1.10  
    1.11      return cmdline;