Author: ericwa
Date: Sun Dec  1 21:47:45 2013
New Revision: 9712

URL: http://svn.gna.org/viewcvs/etoile?rev=9712&view=rev
Log:
Fix COUnsafeRetainedMutableArray on 10.7 (There is a bug in NSPointerArray that 
it doesn't accept -insertPointer:atIndex: when you pass an index equal to the 
count of the array. i.e. if count is 1, -insertObject: foo atIndex: 1 fails. So 
use -addPointer: in that case as a workaround

Modified:
    trunk/Etoile/Frameworks/CoreObject/Core/COObject.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to