@@ -56,11 +56,11 @@ self = [super init]; @try { char *tmp, *tmp2; - if ((UTF8String2 = strdup([string UTF8String])) == NULL) + if ((UTF8String2 = of_strdup([string UTF8String])) == NULL) @throw [OFOutOfMemoryException exceptionWithRequestedSize: [string UTF8StringLength]]; UTF8String = UTF8String2; @@ -192,11 +192,11 @@ _host = [URL->_host copy]; _port = URL->_port; _user = [URL->_user copy]; _password = [URL->_password copy]; - if ((UTF8String2 = strdup([string UTF8String])) == NULL) + if ((UTF8String2 = of_strdup([string UTF8String])) == NULL) @throw [OFOutOfMemoryException exceptionWithRequestedSize: [string UTF8StringLength]]; UTF8String = UTF8String2;