Merge branch 'obsd-master'

pull/878/head
Thomas Adam 2017-04-22 16:01:19 +01:00
commit b853054e71
1 changed files with 1 additions and 0 deletions

View File

@ -1497,6 +1497,7 @@ status_prompt_complete(struct session *session, const char *s)
out = status_prompt_complete_prefix(list, size);
if (out != NULL) {
xasprintf(&tmp, "-%c%s%s", copy[1], out, colon);
free(out);
out = tmp;
goto found;
}