From: Isaac Jurado Date: Thu, 16 Nov 2017 20:11:44 +0000 (+0100) Subject: Add a comment about how GWT escapes "|". X-Git-Tag: v0.9~106^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0e6839b286c59708c1f3d91c0e33112ef19060eb;p=pidgin-chime.git Add a comment about how GWT escapes "|". --- diff --git a/login-warpdrive.c b/login-warpdrive.c index 8883e14..37b3409 100644 --- a/login-warpdrive.c +++ b/login-warpdrive.c @@ -79,6 +79,7 @@ static gchar *escaped(const gchar *src) g_string_append(dst, "\\\\"); break; case '|': + /* GWT escapes the pipe charater with backslash exclamation */ g_string_append(dst, "\\!"); break; default: