Fix wrong choice of function

This commit is contained in:
jun7 2018-05-23 05:14:29 +09:00
parent 752fa34d66
commit 8a7604aea4

View File

@ -486,7 +486,7 @@ gboolean ipccb(GIOChannel *ch, GIOCondition c, gpointer p)
Com type = *unesc;
char *id = unesc + 1;
char *arg = strstr(unesc, ":");
char *arg = strchr(unesc, ':');
*arg++ = '\0';
#if DEBUG