mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Merge with main branch revision: 39320
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f8c84d096
commit
219f2dbf98
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ static CGFloat default_miter_limit = 10.0;
|
|||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue