/[weechat]/weechat/src/gui/curses/gui-display.c
ViewVC logotype

Diff of /weechat/src/gui/curses/gui-display.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by flashcode, Sat Mar 5 19:19:12 2005 UTC revision 1.85 by flashcode, Sat Mar 5 22:42:31 2005 UTC
# Line 2439  gui_printf_type_color (t_gui_buffer *buf Line 2439  gui_printf_type_color (t_gui_buffer *buf
2439      vsnprintf (buf, sizeof (buf) - 1, message, argptr);      vsnprintf (buf, sizeof (buf) - 1, message, argptr);
2440      va_end (argptr);      va_end (argptr);
2441            
2442        if (!buf[0])
2443            return;
2444        
2445      if (cfg_look_remove_colors_from_msgs)      if (cfg_look_remove_colors_from_msgs)
2446      {      {
2447          buf2 = (char *) malloc (strlen (buf) + 2);          buf2 = (char *) malloc (strlen (buf) + 2);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26