mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-10 17:06:37 -04:00
Fix typo (thx to jpleau)
This commit is contained in:
parent
5c9ad80758
commit
9b83c6133f
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 to long. %zd > %lu\n", strlen ( i3_socket_path ), upm);
|
||||
fprintf ( stderr, "Socket path is too long. %zd > %lu\n", strlen ( i3_socket_path ), upm);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue