[haiku-development] Re: src_build_libbe_storage_Volume.cpp.diff


Am 30.05.2008 um 09:00 schrieb Stephan Assmus:

and the expression seems to be wrong too, shouldn't it be:
   return InitCheck() == B_OK && volume.InitCheck() == B_OK
           && fDevice == volume.fDevice;

No. If they are both not initialized, they can be considered the same.

You're correct. Should have looked in the BeBook first.

- Michael


Other related posts: