From 71d10d3cf7a17df053cfb181f787c67b8b388aee Mon Sep 17 00:00:00 2001 From: robocop Date: Sat, 10 Jan 2009 07:30:36 +0000 Subject: [PATCH] localId is always assigned a SLONG and compared to a SLONG, hence I changed it to SLONG. --- src/jrd/DatabaseSnapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/DatabaseSnapshot.h b/src/jrd/DatabaseSnapshot.h index b57123a0b9..fdf6e00900 100644 --- a/src/jrd/DatabaseSnapshot.h +++ b/src/jrd/DatabaseSnapshot.h @@ -107,7 +107,7 @@ class DatabaseSnapshot struct Element { ULONG processId; - ULONG localId; + SLONG localId; ULONG length; };