diff options
Diffstat (limited to 'src/pacman/util.c')
| -rw-r--r-- | src/pacman/util.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/pacman/util.c b/src/pacman/util.c index af77e8ea..16939099 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -40,6 +40,7 @@  #include "conf.h"  extern int maxcols; +extern int neednl;  extern config_t *config;  /* does the same thing as 'mkdir -p' */ @@ -203,6 +204,7 @@ int yesno(char *fmt, ...)  	vprintf(fmt, args);  	va_end(args);  	fflush(stdout); +	neednl = 1;  	if(fgets(response, 32, stdin)) {  		/* trim whitespace and newlines */  		char *pch = response; | 
