ObjFW  Diff

Differences From Artifact [221b9ffe16]:

To Artifact [9b74d0387e]:


910
911
912
913
914
915
916
917


918
919
920
921
922
923
924
910
911
912
913
914
915
916

917
918
919
920
921
922
923
924
925







-
+
+







		}

		cString[i] = '\0';

		break;
	default:
		@throw [OFNotImplementedException
		    exceptionWithClass: [self class]];
		    exceptionWithClass: [self class]
			      selector: _cmd];
	}

	return cString;
}

- (const char*)UTF8String
{