summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i66729
blob: 31893681634cd1bf607ae4b63f11d423f123c7e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: connectivity/source/drivers/dbase/DTable.cxx
===================================================================
RCS file: /cvs/dba/connectivity/source/drivers/dbase/DTable.cxx,v
retrieving revision 1.94
retrieving revision 1.94.4.1
diff -u -r1.94 -r1.94.4.1
--- connectivity/source/drivers/dbase/DTable.cxx	20 Jun 2006 01:21:12 -0000	1.94
+++ connectivity/source/drivers/dbase/DTable.cxx	27 Jun 2006 20:00:34 -0000	1.94.4.1
@@ -2408,7 +2408,7 @@
 				return sal_False;
 			}
 
-			ULONG nLength;
+			sal_uInt32 nLength(0);
 			(*m_pMemoStream) >> nLength;
 
 			if (m_aMemoHeader.db_typ == MemodBaseIV)