1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Fix modifier

This commit is contained in:
QC 2015-07-13 20:52:35 +02:00
parent ff7fc768d7
commit 36c9746d69

View file

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