diff options
Diffstat (limited to 'audio/xcd/files/patch-cdplayer.cc')
-rw-r--r-- | audio/xcd/files/patch-cdplayer.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xcd/files/patch-cdplayer.cc b/audio/xcd/files/patch-cdplayer.cc index ec0923112126..bc296ffac9b4 100644 --- a/audio/xcd/files/patch-cdplayer.cc +++ b/audio/xcd/files/patch-cdplayer.cc @@ -1,6 +1,6 @@ ---- cdplayer.cc.orig Sat Nov 27 16:20:49 1999 -+++ cdplayer.cc Sat Nov 27 16:24:02 1999 -@@ -29,7 +29,7 @@ +--- cdplayer.cc.orig 1999-02-02 23:28:24 UTC ++++ cdplayer.cc +@@ -29,7 +29,7 @@ private: public: button (char *s) {state=0; strcpy (name, s);} ~button () {} @@ -9,7 +9,7 @@ if (state != i) { state = i; if (state == 0) -@@ -90,7 +90,7 @@ +@@ -90,7 +90,7 @@ button play_button ("play"), pause_butt #define S(t) toc_buffer[t].addr.msf.second #define F(t) toc_buffer[t].addr.msf.frame |