1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-07 17:33:14 -04:00

Fix fprintf.

This commit is contained in:
Dave Davenport 2016-09-18 14:44:03 +02:00
parent 5b843bd08b
commit acdb6bdf53

View file

@ -411,7 +411,7 @@ static void rofi_view_resize ( RofiViewState *state )
}
if ( h < 0 ) {
fprintf ( stderr,
"Current padding %u (on each side) does not fit within visible window %u.\n",
"Current padding %u (on each side) does not fit within visible window %d.\n",
config.padding,
state->height );
h = ( state->height - state->top_offset - state->height / 3 );