diff --git a/Source/NSAttributedString.m b/Source/NSAttributedString.m index 4e4d8eae4..a0ae24804 100644 --- a/Source/NSAttributedString.m +++ b/Source/NSAttributedString.m @@ -445,6 +445,7 @@ appendUIntData(NSMutableData *d, NSUInteger i) effectiveRange: (NSRange*)aRange { [self subclassResponsibility: _cmd];/* Primitive method! */ + *aRange = NSMakeRange(NSNotFound, 0); return nil; }