[omniORB] Fixed substruction bug

Duncan Grisby duncan@grisby.org
Tue Feb 25 13:49:02 2003


On Tuesday 25 February, Slava Garelin wrote:

[...]
> omniORB: Assertion failed.  This indicates a bug in the application using
> omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
> been shut down.
>  file: corbaFixed.cc
>  line: 801
>  info: bi = b.fixed_digits()

> -  OMNIORB_ASSERT(bi = b.fixed_digits());
> +  bi = b.fixed_digits();

Thanks for the bug report. It's a typo in the assert -- it should say
== not =. I've checked in the correct fix.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --