From a0bbc1d61bff38e5db76d3e11813551977411543 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 21 Sep 2014 15:26:38 +0200 Subject: Remove email address from 'program broken' error --- toolame.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/toolame.c b/toolame.c index f312ae8..19a6323 100644 --- a/toolame.c +++ b/toolame.c @@ -502,9 +502,8 @@ int main (int argc, char **argv) fprintf (stderr, "Sent %ld bits = %ld slots plus %ld\n", frameBits, frameBits / 8, frameBits % 8); fprintf (stderr, "If you are reading this, the program is broken\n"); - fprintf (stderr, "email [mfc at NOTplanckenerg.com] without the NOT\n"); - fprintf (stderr, "with the command line arguments and other info\n"); - exit (0); + fprintf (stderr, "Please report a bug.\n"); + exit(1); } sentBits += frameBits; -- cgit v1.2.3