summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-29 19:03:37 +1100
committerChris Johns <chrisj@rtems.org>2012-11-29 19:03:37 +1100
commit51be43d7946da7a545fb7ee91fb94a79bb1b186a (patch)
tree5cdd16480d13481e6dd04c1900147ee783ea896e
parent8485a331346f2729c835f03f6bd6939780bccbe5 (diff)
Remove the \0 character after the header.
-rw-r--r--rld-outputter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rld-outputter.cpp b/rld-outputter.cpp
index 680b25f..c773d04 100644
--- a/rld-outputter.cpp
+++ b/rld-outputter.cpp
@@ -315,7 +315,6 @@ namespace rld
files::image app (name);
header = "RAP,00000000,0001,LZ77,00000000\n";
- header += '\0';
script = script_text (entry, exit, dependents, cache, true);