mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
Fixed mistake
This commit is contained in:
parent
08ebffb32b
commit
f752543625
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user