mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Fix modifier
This commit is contained in:
parent
ff7fc768d7
commit
36c9746d69
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void i3_support_focus_window ( Window id )
|
|||
char command[upm];
|
||||
|
||||
if ( strlen ( i3_socket_path ) > upm ) {
|
||||
fprintf ( stderr, "Socket path is too long. %zd > %zd\n", strlen ( i3_socket_path ), upm );
|
||||
fprintf ( stderr, "Socket path is too long. %zu > %zu\n", strlen ( i3_socket_path ), upm );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue