From bcb92ceaa71d950b8254075863afb943a5c00cba Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 21 Apr 2015 21:22:15 -0400 Subject: [PATCH] YFS Coverity 11694 Change-Id: If43c93b8dc1088710a0cd48987cb9e69acb6ec23 --- lib/roken/rtbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/rtbl.c b/lib/roken/rtbl.c index c1f27baa3..f58ec52b7 100644 --- a/lib/roken/rtbl.c +++ b/lib/roken/rtbl.c @@ -429,7 +429,7 @@ rtbl_format_pretty(rtbl_t table) else w = -w; } - rk_strpoolprintf(p, "%s", get_column_prefix (table, c)); + p = rk_strpoolprintf(p, "%s", get_column_prefix (table, c)); if (c->num_rows <= j) p = rk_strpoolprintf(p, "%*s", w, ""); else