Fix modifier

This commit is contained in:
QC 2015-07-13 20:52:35 +02:00
parent ff7fc768d7
commit 36c9746d69
1 changed files with 1 additions and 1 deletions

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