diff options
author | Diane Bruce <db@FreeBSD.org> | 2011-07-22 00:24:26 +0800 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2011-07-22 00:24:26 +0800 |
commit | 88159e36eac1130a1a7f210c1b1ab454df08921b (patch) | |
tree | f5908e4a0948bb06b3ec1c5092e26d610a87d739 /comms | |
parent | 5e5a7befc29ecea6f71d85e70f7ac2dc549242c3 (diff) | |
download | freebsd-ports-gnome-88159e36eac1130a1a7f210c1b1ab454df08921b.tar.gz freebsd-ports-gnome-88159e36eac1130a1a7f210c1b1ab454df08921b.tar.zst freebsd-ports-gnome-88159e36eac1130a1a7f210c1b1ab454df08921b.zip |
- The last patch while fixing the build broke the program. The program is
supposed to start playing morse when the text box is clicked... the
patch-m.pl prevented this from happening breaking the entire point
of the program.
PR: ports/157784
Submitted by: Stephen Hurd <shurd@sasktel.net>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xmorse/files/patch-m.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/xmorse/files/patch-m.fl b/comms/xmorse/files/patch-m.fl index f36daa6f0a19..9bb6cec224aa 100644 --- a/comms/xmorse/files/patch-m.fl +++ b/comms/xmorse/files/patch-m.fl @@ -1,11 +1,11 @@ ---- m.fl.orig 2008-08-28 14:00:49.000000000 +0200 -+++ m.fl 2008-08-28 14:00:58.000000000 +0200 +--- m.fl.orig 2011-07-17 14:56:20.000000000 -0400 ++++ m.fl 2011-07-17 14:56:31.000000000 -0400 @@ -231,7 +231,7 @@ } } } - code {w->show(argc, argv); -+ //code {w->show(argc, argv); ++ code {Morse->show(argc, argv); while (1) { int c = Lesson->select(); // Select random letter bool pass = Teacher->teach(c);// Teach/test student |