Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

v47i102: ncaa - Tournament pool manager and bracket printer, v3.1, Patch02

1 view
Skip to first unread message

Michael Gleason

unread,
Mar 25, 1995, 11:55:14 PM3/25/95
to
Submitted-by: mgle...@cse.unl.edu (Michael Gleason)
Posting-number: Volume 47, Issue 102
Archive-name: ncaa/patch02
Environment: ANSI-C
Patch-To: ncaa: Volume 47, Issue 82-85

This is patch02 to ncaa version 3.1. This patch

+ Fixes a bug in the PostScript output that affected a few PS printers.

To apply, cd to the source directory, and feed this file to "patch -c" or
you can just the FTP the whole thing from:
ftp://ftp.cs.unl.edu/pub/mgleason/ncaa-3.1.2.tgz

diff -r -c ncaa-3.1.1/ncaa.h ncaa-3.1.2/ncaa.h
*** ncaa-3.1.1/ncaa.h Mon Mar 6 23:52:13 1995
--- ncaa-3.1.2/ncaa.h Wed Mar 8 22:12:30 1995
***************
*** 14,23 ****
*
* Tom Mortensen for supplying a home for the '94 pool.
*
! * Dave Schmidt, Jeffery Parker, and Max Hartwig for 3.1 fixes.
*/

! #define kVersion "3.1.1 (March 7, 1995)"

#include "config.h"

--- 14,24 ----
*
* Tom Mortensen for supplying a home for the '94 pool.
*
! * Dave Schmidt, Jeffery Parker, and Max Hartwig, John Liberty, and
! * Jeff Van Epps for 3.1.x fixes.
*/

! #define kVersion "3.1.2 (March 8, 1995)"

#include "config.h"

diff -r -c ncaa-3.1.1/t64ps.c ncaa-3.1.2/t64ps.c
*** ncaa-3.1.1/t64ps.c Mon Mar 6 23:48:57 1995
--- ncaa-3.1.2/t64ps.c Wed Mar 8 22:12:30 1995
***************
*** 826,832 ****
bBox.top = (wRect.top - wRect.bottom) - kPaperMarginY;

/* Write the Document Structure Comments. */
! fprintf(gOutFP, "%%%%!PS-Adobe-3.0\n%%%%BoundingBox: %d %d %d %d\n",
bBox.left,
bBox.bottom,
bBox.right,
--- 826,832 ----
bBox.top = (wRect.top - wRect.bottom) - kPaperMarginY;

/* Write the Document Structure Comments. */
! fprintf(gOutFP, "%%!PS-Adobe-3.0\n%%%%BoundingBox: %d %d %d %d\n",
bBox.left,
bBox.bottom,
bBox.right,

exit 0 # Just in case...

0 new messages