src/protocols/msn/msn.c

changeset 2888
da91ce64ea66
parent 2887
3f0804928c3f
child 2889
9cf00c3b75f6
equal deleted inserted replaced
2887:3f0804928c3f 2888:da91ce64ea66
951 char *tmp = buf; 951 char *tmp = buf;
952 static char msg[MSN_BUF_LEN]; 952 static char msg[MSN_BUF_LEN];
953 953
954 GET_NEXT(tmp); 954 GET_NEXT(tmp);
955 if (!g_strncasecmp(tmp, "OTH", 3)) { 955 if (!g_strncasecmp(tmp, "OTH", 3)) {
956 g_snprintf(msg, sizeof(mg), _("You have been disconnected. You have signed on from another location.")); 956 g_snprintf(msg, sizeof(msg), _("You have been disconnected. You have signed on from another location."));
957 do_error_dialog(msg, _("MSN Error")); 957 do_error_dialog(msg, _("MSN Error"));
958 } 958 }
959 } else if (!g_strncasecmp(buf, "PRP", 3)) { 959 } else if (!g_strncasecmp(buf, "PRP", 3)) {
960 } else if (!g_strncasecmp(buf, "QNG", 3)) { 960 } else if (!g_strncasecmp(buf, "QNG", 3)) {
961 } else if (!g_strncasecmp(buf, "QRY", 3)) { 961 } else if (!g_strncasecmp(buf, "QRY", 3)) {

mercurial