From: svenhoefer Date: Fri, 11 Jan 2013 12:33:09 +0000 (+0100) Subject: - msgbox.c: remove default console-output X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=195b56412eff31dbcdf370a093d20122426c6990;p=msgbox.git - msgbox.c: remove default console-output to use mgsbox in a scriptplugin (type=3) it's necessary to keep it as quiet as possible --- 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");