From dd11eb6c255bc0915b93fd7b63a71b60513a4029 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 6 Nov 2018 21:29:33 +0000 Subject: [PATCH] Adjust to ObjFW changes FossilOrigin-Name: 5d46842834b0b2ca20994925833467ce25e49e670cf6e0d318c3d8d0e028b149 --- src/exceptions/PGException.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exceptions/PGException.m b/src/exceptions/PGException.m index 49a0008..95ad0f2 100644 --- a/src/exceptions/PGException.m +++ b/src/exceptions/PGException.m @@ -40,7 +40,7 @@ _connection = [connection retain]; _error = [[OFString alloc] initWithCString: PQerrorMessage([_connection PG_connection]) - encoding: [OFLocalization encoding]]; + encoding: [OFLocale encoding]]; } @catch (id e) { [self release]; @throw e;