diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-09-03 12:59:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-09-03 12:59:45 +0000 |
commit | a0e89d4e683e668bbb8388f91d1302a4379bd8cc (patch) | |
tree | 883fc2a748cff165029499f01c23765e85b74487 /store | |
parent | 13c10f97c53e1d1eb5ad1b6e7e47982f931d7120 (diff) |
#100000# memcpy + strlen unkown if with debug=t
Diffstat (limited to 'store')
-rw-r--r-- | store/source/filelckb.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/store/source/filelckb.cxx b/store/source/filelckb.cxx index 5ab0c15c4e0f..6f8c2aa984c5 100644 --- a/store/source/filelckb.cxx +++ b/store/source/filelckb.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filelckb.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mhu $ $Date: 2002-08-17 16:58:50 $ + * last change: $Author: obo $ $Date: 2002-09-03 13:59:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,8 +58,9 @@ * * ************************************************************************/ +#include <string.h> -#define _STORE_FILELCKB_CXX_ "$Revision: 1.9 $" +#define _STORE_FILELCKB_CXX_ "$Revision: 1.10 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> |