]> granicus.if.org Git - mutt/commitdiff
Fix mutt_buffer_select_file() macro to call correct function.
authorKevin McCarthy <kevin@8t8.us>
Sun, 7 Apr 2019 22:56:07 +0000 (15:56 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 7 Apr 2019 22:56:07 +0000 (15:56 -0700)
protos.h

index 070d81805128d4c52b5a87a798f23d46d195bcbb..74af0c6adc98e0efc708a06ed33ab732266b0ac5 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -265,7 +265,7 @@ void mutt_score_message (CONTEXT *, HEADER *, int);
 void mutt_select_fcc (char *, size_t, HEADER *);
 #define mutt_select_file(A,B,C) _mutt_select_file(A,B,C,NULL,NULL)
 void _mutt_select_file (char *, size_t, int, char ***, int *);
-#define mutt_buffer_select_file(A,B) _mutt_select_file(A,B,NULL,NULL)
+#define mutt_buffer_select_file(A,B) _mutt_buffer_select_file(A,B,NULL,NULL)
 void _mutt_buffer_select_file (BUFFER *, int, char ***, int *);
 void mutt_message_hook (CONTEXT *, HEADER *, int);
 void _mutt_set_flag (CONTEXT *, HEADER *, int, int, int);