git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23274 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-08-13 09:46:36 +00:00
parent 734254bdc0
commit 39b84c08f5

View file

@ -1070,7 +1070,7 @@ HBITMAP GSCreateBitmap(HDC hDC, int pixelsWide, int pixelsHigh,
// the path. Note that we lose the floating point information
// here, as windows only supports DWORD elements, not float.
thePattern = objc_malloc(sizeof(float) * patternCount);
[path getLineDash: thePattern count: &patternCcount phase: &phase];
[path getLineDash: thePattern count: &patternCount phase: &phase];
iPattern = objc_malloc(sizeof(DWORD) * patternCount);
int i = 0;