commit | 41d4164e89b8322d63e1579414250ca74740a3f2 | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Tue Aug 29 08:47:20 2006 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Tue Aug 29 08:47:20 2006 -0500 |
tree | 4f5aff122334989f69f5e741135f1bd23ff1eb85 | |
parent | 8b34ea684286ed17c724c54f568bf5ef2b517256 [diff] | |
parent | fa43b63391b3a81fa331afc7d04c38e6d19ce196 [diff] |
Merge branch 'mpc85xx'
diff --git a/common/ft_build.c b/common/ft_build.c index b5a997c..b5937e3 100644 --- a/common/ft_build.c +++ b/common/ft_build.c
@@ -103,7 +103,7 @@ if (off == -1) { memcpy(cxt->p_end, name, strlen(name) + 1); off = cxt->p_end - cxt->p; - cxt->p_end += strlen(name) + 2; + cxt->p_end += strlen(name) + 1; } /* now put offset from beginning of *STRUCTURE* */