[haiku-commits] Re: BRANCH xyzzy-github.x86_64 - in src: system/kernel/arch/x86 kits/debug servers/app

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 10 Aug 2012 10:47:44 +0200

On 09.08.2012 19:49, xyzzy-github.x86_64 wrote:
-       status_t status = Read(&region->fCount, sizeof(int32));
+       status_t status = Read(&region->fCount, sizeof(long));

I would think that int32 would have sufficed, but it doesn't matter that much -- it's just unlikely that you manage to put more than 2^31 rectangles into today's resolutions :-)

Bye,
   Axel.


Other related posts: