[haiku-commits] Re: haiku: hrev43697 - in src: servers/media_addon servers/media kits/media

  • From: Urias McCullough <umccullough@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 28 Jan 2012 15:20:48 -0800

On Sat, Jan 28, 2012 at 3:09 PM,  <fredrik@xxxxxxxxx> wrote:
>  * Help with ASSERT(flavorID == testFlavorID) would be nice, don't know what 
> ASSERT do.

An ASSERT() is supposed to test a boolean expression and if it is
false, crash into the debugger intentionally. It is used while
debugging to test conditions that should *never* happen.

Maybe that's not what you were asking :)

- Urias

Other related posts: