task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / u-boot / u-boot-1.1.4 / u-boot-autoscript.patch
blob1864b4494ea8f821e59b1df6b5d8fffe0daec615
1 --- u-boot-1.1.2/common/cmd_autoscript.c
2 +++ u-boot-1.1.2/common/cmd_autoscript.c
3 @@ -110,8 +110,8 @@
4 return 1;
7 - while (*len_ptr++);
8 + do { len_ptr++; } while (!(*len_ptr));
10 /* make sure cmd is null terminated */
11 memmove (cmd, (char *)len_ptr, len);
12 *(cmd + len) = 0;