From 195b56412eff31dbcdf370a093d20122426c6990 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 11 Jan 2013 13:33:09 +0100 Subject: [PATCH] - msgbox.c: remove default console-output to use mgsbox in a scriptplugin (type=3) it's necessary to keep it as quiet as possible --- msgbox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msgbox.c b/msgbox.c index fb2fb38..23a0cfc 100644 --- a/msgbox.c +++ b/msgbox.c @@ -568,10 +568,12 @@ FILE *fh; TABULATOR=2*FSIZE_MED; size=FSIZE_MED; + /* if(!echo) { printf("\nmsgbox Message-Box Version %.2f\n",M_VERSION); } + */ if(!buttons) { butmsg[0]=strdup("OK"); -- 2.39.5