Adjust to recent ObjFW changes.
FossilOrigin-Name: e398c849f23f68c426b4172cdfde8ff21469414133abf4e87c12b3a143626096
This commit is contained in:
parent
8057b5df61
commit
02dcf41c2c
2 changed files with 6 additions and 5 deletions
|
@ -173,7 +173,6 @@
|
|||
@try {
|
||||
line = [sock tryReadLine];
|
||||
} @catch (OFInvalidEncodingException *e) {
|
||||
[e dealloc];
|
||||
line = [sock tryReadLineWithEncoding:
|
||||
OF_STRING_ENCODING_WINDOWS_1252];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue