From b1548a69b2dcd0455b198af029b49883d0937abe Mon Sep 17 00:00:00 2001 From: gonzo Date: Wed, 10 Jun 1998 07:33:55 +0000 Subject: Tests now run OK (most of them) with BCB3 --- ace/Get_Opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Get_Opt.cpp') diff --git a/ace/Get_Opt.cpp b/ace/Get_Opt.cpp index cf72d8a5bc4..b009bc80bc7 100644 --- a/ace/Get_Opt.cpp +++ b/ace/Get_Opt.cpp @@ -109,7 +109,7 @@ ACE_Get_Opt::operator () (void) opt = (int) *this->nextchar_++; if (opt == (int) ':' - || !(oli = ACE_OS::strchr (this->optstring_, opt))) + || ((oli = ACE_OS::strchr (this->optstring_, opt)) == 0)) { // If the user didn't specify '-' as an option, assume it means // EOF. -- cgit v1.2.1