13 lines
579 B
Text
13 lines
579 B
Text
$NetBSD: patch-ac,v 1.1 2006/04/22 17:45:38 joerg Exp $
|
|
|
|
--- font3d/build.cc.orig 2006-04-22 17:41:01.000000000 +0000
|
|
+++ font3d/build.cc
|
|
@@ -367,7 +367,7 @@ void PolygonizeContour(TTFont& font,
|
|
}
|
|
}
|
|
|
|
- relationship = new (int*)[contourCount]; // Allocate mem for the relationship
|
|
+ relationship = new int *[contourCount]; // Allocate mem for the relationship
|
|
if (relationship==NULL) // matrix
|
|
{
|
|
if (frontPolyArray) // If out of memory, clean up and
|