]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/upstream/533209-mutt_perror.patch
Merge commit 'upstream/1.5.21'
[software/mutt-debian.git] / debian / patches / upstream / 533209-mutt_perror.patch
1 mutt is calling mutt_perror twice, so the error messages are
2 sometimes confused, see upstream #3268
3
4 --- a/mx.c
5 +++ b/mx.c
6 @@ -415,7 +415,6 @@
7    {
8      dprint (1, (debugfile, "mx_get_magic(): unable to open file %s for reading.\n",
9                 path));
10 -    mutt_perror (path);
11      return (-1);
12    }
13