summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-23 23:06:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-23 23:06:05 +0000
commit42f9362d51ed85cac57b7fc8cf6f29006f8b2768 (patch)
tree1775b16da6f0044a5c720ea45a4fac639efd8292 /misc/buildroot/toolchain
parenta06b05f9704d71efb74e21095fe6e4e62b5c45d5 (diff)
downloadnuttx-42f9362d51ed85cac57b7fc8cf6f29006f8b2768.tar.gz
nuttx-42f9362d51ed85cac57b7fc8cf6f29006f8b2768.tar.bz2
nuttx-42f9362d51ed85cac57b7fc8cf6f29006f8b2768.zip
remove garbage output that can corrupt files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1935 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain')
-rw-r--r--misc/buildroot/toolchain/nxflat/mknxflat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/buildroot/toolchain/nxflat/mknxflat.c b/misc/buildroot/toolchain/nxflat/mknxflat.c
index bf29b7df0..d2f44e284 100644
--- a/misc/buildroot/toolchain/nxflat/mknxflat.c
+++ b/misc/buildroot/toolchain/nxflat/mknxflat.c
@@ -486,10 +486,7 @@ static void inline put_file_prologue(int fd)
if (number_undefined > 0)
{
- char frame_size[1024];
-
put_string(fd, import_prologue);
- put_string(fd, frame_size);
}
}