8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

Fixed mistake

This commit is contained in:
roman-simakov 2008-10-21 19:32:50 +00:00
parent 08ebffb32b
commit f752543625

View File

@ -518,7 +518,7 @@ int API_ROUTINE isc_modify_dpb(SCHAR** dpb,
return FB_FAILURE; /* NOMEM: not really handled */
}
memcpy(new_dpb, dpb, *dpb_size);
memcpy(new_dpb, *dpb, *dpb_size);
}
else
new_dpb = reinterpret_cast<UCHAR*>(*dpb);