libpurple/protocols/zephyr/error_message.c

changeset 39913
ce96d4639dc7
parent 39829
ce056c64e426
--- 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) {

mercurial