Adjust to recent ObjFW changes.

FossilOrigin-Name: e398c849f23f68c426b4172cdfde8ff21469414133abf4e87c12b3a143626096
This commit is contained in:
Jonathan Schleifer 2011-09-22 23:39:01 +00:00
parent 8057b5df61
commit 02dcf41c2c
2 changed files with 6 additions and 5 deletions

View file

@ -173,7 +173,6 @@
@try {
line = [sock tryReadLine];
} @catch (OFInvalidEncodingException *e) {
[e dealloc];
line = [sock tryReadLineWithEncoding:
OF_STRING_ENCODING_WINDOWS_1252];
}