Corretta chiamata a not_empty

git-svn-id: svn://10.65.10.50/trunk@2534 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-01-29 14:02:05 +00:00
parent 01b1200607
commit efce5c343e

View File

@ -149,7 +149,7 @@ TMessage* TMailbox::next_f(
void TMailbox::send(TMessage& m)
{
CHECK(m.from().not_empty() && m.to().not_empty() &&
(m.subject().not_empty || m.body().not_empty()),
(m.subject().not_empty() || m.body().not_empty()),
"Can't send partially empty message");
// strcpy(to_path, getenv("TMPDIR") == NULL ? MAILDIR : getenv("TMPDIR"));