freebsd-ports/comms/xmorse/files/patch-m.fl
Diane Bruce 88159e36ea - 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>
2011-07-21 16:24:26 +00:00

11 lines
321 B
Text

--- 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 {Morse->show(argc, argv);
while (1) {
int c = Lesson->select(); // Select random letter
bool pass = Teacher->teach(c);// Teach/test student