summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-ac
blob: 04409c73e6a19b117f7617ff2af6ec7c1e3ad6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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