27564cf95a
merging ghostscript-gnu and ghostscript-afpl.
13 lines
357 B
Text
13 lines
357 B
Text
$NetBSD: patch-ay,v 1.1.1.1 2006/12/27 17:39:14 joerg Exp $
|
|
|
|
--- src/gdevgdi.c.orig Thu Feb 8 23:51:11 2001
|
|
+++ src/gdevgdi.c
|
|
@@ -126,7 +126,7 @@
|
|
private int
|
|
gdi_open(gx_device *pdev)
|
|
{ /* Change the margins if necessary. */
|
|
- const float _ds *m = 0;
|
|
+ const float *m = 0;
|
|
bool move_origin = true;
|
|
|
|
static const float m_a4[4] = { GDI_MARGINS_A4 };
|