Patch level :4.0 648

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :modificata la conversione dei memo che eliminava le commesse del crpa!


git-svn-id: svn://10.65.10.50/trunk@14986 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-03-06 13:43:28 +00:00
parent 2d895a31a4
commit b727f250cd

View File

@ -1165,7 +1165,7 @@ int DB_memowrite( const int handle, const char * fieldname, const char * data )
FIELD4* f = d4field(dbdata[handle], fieldname );
int ret = f4memoAssign( f, (char*)data );
if (ret == 0 && !DB_file_locked(handle))
if (ret == 0) // && !DB_file_locked(handle))
{
d4flush(dbdata[handle]);
d4unlock(dbdata[handle]);