changeset 315:ec70ae5aaa1a

Oops, resource file output was missing a linefeed.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 07:23:13 +0300
parents e9c6aee5d2f2
children a03e604f4e75
files packed.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packed.c	Sat Oct 13 07:19:22 2012 +0300
+++ b/packed.c	Sat Oct 13 07:23:13 2012 +0300
@@ -444,7 +444,7 @@
                     if (resFile != NULL)
                     {
                         fprintf(resFile,
-                        "%s|%s", node->filename, tmp);
+                        "%s|%s\n", node->filename, tmp);
                     }
                 }
             }