diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:18:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:18:19 +0000 |
commit | 3689fb2140698b1b4eff0933fe730262b161f533 (patch) | |
tree | b0f5a49d590879e59cca264fac28e4b43211bf08 /audio/xcd | |
parent | e284d120cca1cde47e9e675ab01f5e268d11b264 (diff) | |
download | ports-3689fb2140698b1b4eff0933fe730262b161f533.tar.gz ports-3689fb2140698b1b4eff0933fe730262b161f533.zip |
Notes
Diffstat (limited to 'audio/xcd')
-rw-r--r-- | audio/xcd/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xcd/files/patch-aa b/audio/xcd/files/patch-aa new file mode 100644 index 000000000000..d7649f5ebf5a --- /dev/null +++ b/audio/xcd/files/patch-aa @@ -0,0 +1,11 @@ +--- cdplayer.cc.orig Sat Nov 27 16:20:49 1999 ++++ cdplayer.cc Sat Nov 27 16:24:02 1999 +@@ -29,7 +29,7 @@ + public: + button (char *s) {state=0; strcpy (name, s);} + ~button () {} +- set (int i) { ++ void set (int i) { + if (state != i) { + state = i; + if (state == 0) |