Fix fprintf.

This commit is contained in:
Dave Davenport 2016-09-18 14:44:03 +02:00
parent 5b843bd08b
commit acdb6bdf53
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ static void rofi_view_resize ( RofiViewState *state )
} }
if ( h < 0 ) { if ( h < 0 ) {
fprintf ( stderr, 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, config.padding,
state->height ); state->height );
h = ( state->height - state->top_offset - state->height / 3 ); h = ( state->height - state->top_offset - state->height / 3 );