@@ -353,11 +353,11 @@ size_t pos; @try { OFString *version = [line substringWithRange: OFMakeRange(line.length - 9, 9)]; - of_unichar_t tmp; + OFUnichar tmp; if (![version hasPrefix: @" HTTP/1."]) return [self sendErrorAndClose: 505]; tmp = [version characterAtIndex: 8];