From 42f9362d51ed85cac57b7fc8cf6f29006f8b2768 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 23 Jun 2009 23:06:05 +0000 Subject: 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 --- misc/buildroot/toolchain/nxflat/mknxflat.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc/buildroot/toolchain/nxflat/mknxflat.c') 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); } } -- cgit v1.2.3