From f3e6e09261ce565c4006d02296e8721d9b6e07b6 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 19 Jan 2005 03:35:58 +0000 Subject: fix last commit error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2410 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 7e499d3e..34ab3488 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1040,7 +1040,7 @@ addsignature(FILE * fp, int ifuseanony) ") \n¡» From: %s\n", fromhost); return; } - if (ifuseanony) { + if (!ifuseanony) { num = showsignature(fpath, &i); if (num){ msg[34] = ch = isdigit(cuser.signature) ? cuser.signature : 'X'; -- cgit v1.2.3