Author: mlytwyn
Date: Sat Jan 30 00:26:28 2016
New Revision: 39323

URL: http://svn.gna.org/viewcvs/gnustep?rev=39323&view=rev
Log:
Merge with main branch revision: 39320

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSBezierPath.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSBezierPath.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSBezierPath.m?rev=39323&r1=39322&r2=39323&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSBezierPath.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSBezierPath.m    Sat Jan 
30 00:26:28 2016
@@ -500,7 +500,7 @@
 
   if (_dash_pattern == NULL)
     _dash_pattern = NSZoneMalloc(myZone, count * sizeof(CGFloat));
-  else if (count > _dash_count)
+  else
     _dash_pattern = NSZoneRealloc(myZone, _dash_pattern, count * 
sizeof(CGFloat));
 
   _dash_count = count;


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to