YFS Coverity 11694

Change-Id: If43c93b8dc1088710a0cd48987cb9e69acb6ec23
This commit is contained in:
Jeffrey Altman
2015-04-21 21:22:15 -04:00
parent 2b168c8be2
commit bcb92ceaa7

View File

@@ -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