Changeset 5443:8b783c916893 for status.c

Show
Ignore:
Timestamp:
2008-07-02 02:19:14 (5 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Use realpath() in mutt_pretty_mailbox() for paths that may need it.
This requires to add the buffer size as parameter since the result may
be longer than the original but still fit in the buffer. Closes #2948.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • status.c

    r5353 r5443  
    100100      { 
    101101        strfcpy (tmp, Context->path, sizeof (tmp)); 
    102         mutt_pretty_mailbox (tmp); 
     102        mutt_pretty_mailbox (tmp, sizeof (tmp)); 
    103103      } 
    104104      else