i3-input: Bugfix: Don’t try to convert the prompt if there is no prompt

This commit is contained in:
Michael Stapelberg 2009-10-07 21:28:15 +02:00
parent ad84c07c8a
commit acb07b95c0
1 changed files with 2 additions and 1 deletions

View File

@ -274,6 +274,7 @@ int main(int argc, char *argv[]) {
sockfd = connect_ipc(socket_path);
if (prompt != NULL)
prompt = convert_utf8_to_ucs2(prompt, &prompt_len);
int screens;