diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-11-04 07:32:00 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-11-04 07:32:00 +0000 |
| commit | 9b617e3efa5a4d2cc365c98739f696c50ca457a0 (patch) | |
| tree | 71db67ffa7c66129bba24a62ac6ff1d04fb7f0cc /print/ghostscript8/files/patch-src:zmedia2.c | |
| parent | update AUTHOR email (diff) | |
Update to 7.03
PR: 31723
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/ghostscript8/files/patch-src:zmedia2.c')
| -rw-r--r-- | print/ghostscript8/files/patch-src:zmedia2.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript8/files/patch-src:zmedia2.c b/print/ghostscript8/files/patch-src:zmedia2.c index 7db33eaecc44..9033a4388085 100644 --- a/print/ghostscript8/files/patch-src:zmedia2.c +++ b/print/ghostscript8/files/patch-src:zmedia2.c @@ -1,10 +1,10 @@ ---- src/zmedia2.c.orig Wed Sep 20 04:00:54 2000 -+++ src/zmedia2.c Wed Jun 20 04:06:24 2001 -@@ -427,11 +427,17 @@ +--- src/zmedia2.c.orig Fri Apr 27 02:57:41 2001 ++++ src/zmedia2.c Fri Nov 2 04:08:16 2001 +@@ -429,11 +429,17 @@ rx = ry, ry = temp; } -- /* Adjust the medium size if flexible. */ +- /* Adjust the medium size if flexible. */ - if (medium->p.x < MIN_MEDIA_SIZE && mx > rx) - mx = rx; - if (medium->p.y < MIN_MEDIA_SIZE && my > ry) @@ -21,5 +21,5 @@ + else if (my > ry) my = ry; /* fits */ + /* else use medium->q.y, i.e., the maximum */ - /* Translate to align the centers. */ + /* Translate to align the centers. */ gs_make_translation(mx / 2, my / 2, pmat); |
