From 6240ebb237240d534a728ba74170412d829eba95 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sun, 25 Sep 2011 07:15:52 +0200 Subject: [PATCH] replace newlines with space --- dunst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dunst.c b/dunst.c index 3e06c16..899fd15 100644 --- a/dunst.c +++ b/dunst.c @@ -375,6 +375,7 @@ char free(str); + tmpString = string_replace("\n", " ", tmpString); /* remove tags */ tmpString = string_replace("", "", tmpString); tmpString = string_replace("", "", tmpString);