From 8d46cf6651e4593786621be62216c6ef9f03a172 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2007 16:23:59 -0400 Subject: Remove ERR calls from the code All ERR() calls have been replaced with fprintf(stderr, ...). Still to be done- fix all the newline issues that are sure to pop up. What fun! Signed-off-by: Dan McGee --- src/pacman/output.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pacman/output.c') diff --git a/src/pacman/output.c b/src/pacman/output.c index 36f0aa65..4c970b2e 100644 --- a/src/pacman/output.c +++ b/src/pacman/output.c @@ -62,9 +62,6 @@ int yesno(char *fmt, ...) strtrim(response); } - /* User hits 'enter', forcing a newline here */ - neednl = 0; - if(!strcasecmp(response, _("Y")) || !strcasecmp(response, _("YES")) || strlen(response) == 0) { return(1); } -- cgit v1.2.3-70-g09d2