From 78c6217c1e9f8a46026cecf6a6369b72d5d883b0 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 10:34:45 +0000 Subject: Path printing is now much nicer: not having to put it backward simplifies it. (Sorry for previous commit, cvs is naughty). --- filter/filter.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/filter/filter.c b/filter/filter.c index cfb30f9..f3f8c23 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -9,7 +9,7 @@ * */ -#undef LOCAL_DEBUG +#define LOCAL_DEBUG #include "nest/bird.h" #include "lib/lists.h" @@ -592,24 +592,22 @@ path_getlen(u8 *p, int len) } -#define PRINTF(a...) { int l; bsnprintf( buf, 8000, a ); s -= (l = strlen(buf)); if (s