| needs to be escaped, too.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 6 Dec 2008 18:31:55 +0000 (18:31 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 6 Dec 2008 18:31:55 +0000 (18:31 +0000)
[r24361]

main.c

diff --git a/main.c b/main.c
index 3a3b173..79c526c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -271,6 +271,7 @@ static void add_flag(struct obstack *obst, const char *format, ...)
                case '\r':
                case '\t':
                case '`':
+               case '|':
                        obstack_1grow(obst, '\\');
                        /* FALLTHROUGH */
                default: