1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:26:16 +02:00

qi-fix-adding-space-to-char-not-to-string.patch

Reported-by: Sean McNeil <sean@mcneil.com>
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2009-02-20 05:10:44 +00:00 committed by Andy Green
parent 97b9bc018e
commit 05027f9b8a

View File

@ -608,7 +608,7 @@ char * append_device_specific_cmdline_gta02(char * cmdline)
cmdline += strlen(strcpy(cmdline, " g_ether.dev_addr="));
cmdline += strlen(strcpy(cmdline, &mac[2]));
*cmdline++ += ' ' ;
*cmdline++ = ' ' ;
bail:
this_kernel = real_kernel;