diff -r d167361831ba -r b86418d6eb94 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Mon Nov 04 13:46:31 2019 +0300 +++ b/pidgin/gtkutils.c Mon Nov 04 13:48:18 2019 +0300 @@ -699,7 +699,7 @@ if (*s != '\0') *s++ = '\0'; /* Clear past any whitespace */ - while (*s != '\0' && *s == ' ') + while (*s == ' ') s++; /* Now let's grab until the end of the line. */