8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00
This commit is contained in:
alexpeshkoff 2004-12-13 12:09:01 +00:00
parent 71e107a43f
commit 00f1cb9ba2

View File

@ -2442,11 +2442,10 @@ static int load(ISC_QUAD* blob_id,
// new utl
inline void setTag(Firebird::ClumpletWriter& dpb, UCHAR tag, const TEXT* value)
{
if (dpb.find(tag))
if (! dpb.find(tag))
{
return;
}
dpb.insertString(tag, value, strlen(value));
}
}
#ifdef UNIX