From 52a876b232d77e98e3411576476285a65dccebc4 Mon Sep 17 00:00:00 2001 From: BlackLight Date: Thu, 17 Feb 2011 04:04:01 +0100 Subject: [PATCH] Still a fix in DOT format newlines --- correlation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/correlation.c b/correlation.c index 34a65bc..b8c6705 100644 --- a/correlation.c +++ b/correlation.c @@ -120,12 +120,12 @@ __AI_correlated_alerts_to_dot ( AI_alert_correlation *corr, FILE *fp ) fprintf ( fp, "\t\"[%d.%d.%d] %s\\n" "%s:%s -> %s:%s\\n" - "starting from %s\n" + "starting from %s\\n" "(%d alerts grouped)\" -> " "\"[%d.%d.%d] %s\\n" "%s:%s -> %s:%s\\n" - "starting from %s\n" + "starting from %s\\n" "(%d alerts grouped)\";\n", corr->key.a->gid, corr->key.a->sid, corr->key.a->rev, corr->key.a->desc,