Show
Ignore:
Timestamp:
1999-09-23 14:08:56 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

[stable] Solaris snprintf vs. NULL pointers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • browser.c

    r1051 r1087  
    453453    mutt_pretty_mailbox (path); 
    454454    snprintf (title, titlelen, _("Directory [%s], File mask: %s"), 
    455               path, Mask.pattern); 
     455              path, NONULL (Mask.pattern)); 
    456456  } 
    457457  menu->redraw = REDRAW_FULL;