Changeset 24417
- Timestamp:
- 07/18/2008 03:45:35 AM (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plugins/Bonjour/libezv/Private Classes/AWEzvXMLStream.m
r24416 r24417 266 266 CFRelease(xmlTree); 267 267 268 /* Unfortunately CFXML* isgives us <stream ... /> and we need <stream ...>, so we remove the / here */268 /* Unfortunately CFXML* gives us <stream ... /> and we need <stream ...>, so we remove the / here */ 269 269 NSMutableString *mutableString = [NSMutableString stringWithData:data encoding:NSUTF8StringEncoding]; 270 270 [mutableString deleteCharactersInRange:NSMakeRange([mutableString length] - 2, 1)];