Adjust to ObjFW changes
FossilOrigin-Name: 959a1e56521bc39cf8b6332ab0694bcc0b388e3d374fb89ecd9b4177c5c4b07a
This commit is contained in:
parent
da9c11780e
commit
6d64ce5a68
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
_connection = [connection retain];
|
_connection = [connection retain];
|
||||||
_error = [[OFString alloc]
|
_error = [[OFString alloc]
|
||||||
initWithCString: PQerrorMessage([_connection PG_connection])
|
initWithCString: PQerrorMessage([_connection PG_connection])
|
||||||
encoding: [OFSystemInfo native8BitEncoding]];
|
encoding: [OFLocalization encoding]];
|
||||||
} @catch (id e) {
|
} @catch (id e) {
|
||||||
[self release];
|
[self release];
|
||||||
@throw e;
|
@throw e;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue