xbps-install/question.c: char is not enough for fgetc, use int (HI GOTTOX)

This commit is contained in:
Juan RP 2015-03-21 09:45:29 +01:00
parent efd24456ce
commit 62b21a4f93

View File

@ -40,7 +40,7 @@
static bool
question(bool preset, const char *fmt, va_list ap)
{
char response;
int response;
vfprintf(stderr, fmt, ap);
if(preset)