mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Correction.
This commit is contained in:
parent
af9cd08f83
commit
0e228836a8
@ -180,7 +180,7 @@ public:
|
||||
template <typename T>
|
||||
T to(const unsigned char* b, unsigned o)
|
||||
{
|
||||
return *((T*)(b + o));
|
||||
return *((T*) (b + o));
|
||||
}
|
||||
|
||||
int main()
|
||||
@ -254,7 +254,7 @@ int main()
|
||||
prov->release();
|
||||
status.dispose();
|
||||
|
||||
delete buffer;
|
||||
delete[] buffer;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user