X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=keymap.c;h=bd122118a29155b6255dcf9efc0fd23d809f9e2c;hp=61058f75c63efc9600f3e025fc1b83ed4ce3437e;hb=f7f52358a72c7bc02e201dd03bd7f75869681a52;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/keymap.c b/keymap.c index 61058f7..bd12211 100644 --- a/keymap.c +++ b/keymap.c @@ -318,7 +318,7 @@ static void push_string (char *s) } } } - mutt_ungetch (*p--, 0); + mutt_ungetch ((unsigned char) *p--, 0); } }