--- a/libpurple/protocols/zephyr/error_message.c Wed Oct 02 03:43:56 2019 -0400 +++ b/libpurple/protocols/zephyr/error_message.c Wed Oct 02 06:21:41 2019 -0400 @@ -45,10 +45,8 @@ } strcpy (buf, "Unknown code "); - if (table_num) { - strcat (buf, error_table_name_r (table_num, namebuf)); - strcat (buf, " "); - } + strcat (buf, error_table_name_r (table_num, namebuf)); + strcat (buf, " "); for (cp = buf; *cp; cp++) ; if (offset >= 100) {