Adjust to ObjFW changes
FossilOrigin-Name: 5d46842834b0b2ca20994925833467ce25e49e670cf6e0d318c3d8d0e028b149
This commit is contained in:
parent
c2116f1808
commit
dd11eb6c25
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
_connection = [connection retain];
|
_connection = [connection retain];
|
||||||
_error = [[OFString alloc]
|
_error = [[OFString alloc]
|
||||||
initWithCString: PQerrorMessage([_connection PG_connection])
|
initWithCString: PQerrorMessage([_connection PG_connection])
|
||||||
encoding: [OFLocalization encoding]];
|
encoding: [OFLocale 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