summaryrefslogtreecommitdiff
path: root/graphics/pgraf/patches/patch-ad
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-01 04:34:23 +0000
committerjtb <jtb>2001-02-01 04:34:23 +0000
commit4459e72d77fbf71a705fec4a7a3f53ba3fcf13ab (patch)
tree8accd48c17d01a83488925931208450294d538d5 /graphics/pgraf/patches/patch-ad
parent6487800ac367c8007a530065d804e16963f98dd1 (diff)
downloadpkgsrc-4459e72d77fbf71a705fec4a7a3f53ba3fcf13ab.tar.gz
Initial import of pgraf:
Portable graphics system
Diffstat (limited to 'graphics/pgraf/patches/patch-ad')
-rw-r--r--graphics/pgraf/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/pgraf/patches/patch-ad b/graphics/pgraf/patches/patch-ad
new file mode 100644
index 00000000000..2d03bc060f4
--- /dev/null
+++ b/graphics/pgraf/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2001/02/01 04:34:23 jtb Exp $
+
+--- lolevels/pgtek.c.orig Wed Jan 31 10:14:12 2001
++++ lolevels/pgtek.c
+@@ -168,7 +168,7 @@
+ {
+ char dummy[82];
+ char gs,us,esc,ff,ctlx;
+- gets(dummy);
++ fgets(dummy, 82, stdin);
+ gs = 29;
+ us = 31;
+ esc = 27;