From: Petr Machata Date: Sat, 31 Jan 2009 21:36:37 +0000 (+0100) Subject: Fix formatting of wheres X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62a7e658694ba3f7d6e4bb1c8945c01ac129f5ed;p=thirdparty%2Felfutils.git Fix formatting of wheres --- diff --git a/src/dwarflint.c b/src/dwarflint.c index 107259390..20b38131b 100644 --- a/src/dwarflint.c +++ b/src/dwarflint.c @@ -746,6 +746,7 @@ static const char *where_fmt (struct where *wh, char *ptr) ptr = stpcpy (ptr, " ("); ptr = (char *)where_fmt (wh->ref, ptr); *ptr++ = ')'; + *ptr = 0; } if (orig == NULL)