diff options
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r-- | mbbsd/cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c index 83b739f6..b2a92d92 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -235,7 +235,7 @@ osong(void) #ifndef USE_BSMTP bbs_sendmail(filename, save_title, address); #else - bsmtp(filename, save_title, address, 0); + bsmtp(filename, save_title, address); #endif } clear(); |