8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
asfernandes 2007-04-05 18:44:00 +00:00
parent fb12636495
commit 2e08c6c366
2 changed files with 2 additions and 2 deletions

View File

@ -1896,7 +1896,7 @@ void put_data(burp_rel* relation)
!(field->fld_flags & FLD_array))
{
put_blob(field,
*(ISC_QUAD*) (buffer + field-> fld_offset),
*(ISC_QUAD*) (buffer + field->fld_offset),
records);
}
}

View File

@ -4805,7 +4805,7 @@ bool get_procedure(BurpGlobals* tdgbl)
return true;
}
bool get_procedure_prm (BurpGlobals* tdgbl, GDS_NAME procptr)
bool get_procedure_prm (BurpGlobals* tdgbl, GDS_NAME procptr)
{
/**************************************
*