Commit 09631cc7 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Fix another warning spotted on FreeBSD

parent a9b355be
......@@ -934,7 +934,7 @@ draw_bar_b(void)
page_start + l_points < n_ptarray ?
page_start + l_points : n_ptarray,
n_ptarray);
mvwprintw(w_bar_b, 0, X - strlen(buf), buf);
mvwprintw(w_bar_b, 0, X - strlen(buf), "%s", buf);
X -= strlen(buf) + 2;
level = VSC_LevelDesc(verbosity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment