Mon, 26 May 2014 19:00:32 +0200
Fix a tcl warning
| libpurple/plugins/tcl/tcl_cmds.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/plugins/tcl/tcl_cmds.c Sat May 24 02:36:43 2014 +0530 +++ b/libpurple/plugins/tcl/tcl_cmds.c Mon May 26 19:00:32 2014 +0200 @@ -872,6 +872,7 @@ pmsg = purple_message_new_incoming(from, what, 0, 0); break; case CMD_CONV_WRITE_SYSTEM: + default: pmsg = purple_message_new_system(what, 0); break; }