Rocco Rutte:
[apps/madmutt.git] / keymap.c
index 61058f7..bd12211 100644 (file)
--- 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);
   }
 }