mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:43:03 +01:00
Leave this clause in two lines for easier debugging, please.
This commit is contained in:
parent
b410ae10a9
commit
be4ecc52c6
@ -188,7 +188,8 @@ void makePermanentVector(ISC_STATUS* perm, const ISC_STATUS* trans, FB_THREAD_ID
|
||||
case isc_arg_sql_state:
|
||||
{
|
||||
const char* temp = reinterpret_cast<char*>(*trans++);
|
||||
*perm++ = (ISC_STATUS)(IPTR) (allStrings->alloc(temp, strlen(temp), thr));
|
||||
size_t len = strlen(temp);
|
||||
*perm++ = (ISC_STATUS)(IPTR) (allStrings->alloc(temp, len, thr));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user