From: Mike Gorse <mgorse@mgorse.dhs.org>
To: "blinux-list@redhat.com" <blinux-list@redhat.com>
Subject: Re: yasr on /dev/ttyS1: is that a problem?
Date: Wed, 21 May 2003 23:02:10 -0400 (EDT) [thread overview]
Message-ID: <Pine.LNX.4.53.0305212301330.22329@mgorse.dhs.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0305212113500.515-100000@maranatha.chartermi.net>
Cheryl,
It is a bug in yasr. Below is a patch.
--
--- yasr/main.c.orig 2003-05-14 23:09:22.000000000 -0400
+++ yasr/main.c 2003-05-21 22:59:34.000000000 -0400
@@ -1226,10 +1226,12 @@
case 's':
(void) sprintf((char *) buf, "synthesizer=%s", optarg);
opt_read((char *) buf, 0);
+ cl_synth = 1;
break;
case 'p':
(void) sprintf((char *) buf, "synthesizer port=%s", optarg);
opt_read((char *) buf, 0);
+ cl_synthport = 1;
break;
default:
next prev parent reply other threads:[~ UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
Cheryl Homiak
` Mike Gorse [this message]
` Cheryl Homiak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.53.0305212301330.22329@mgorse.dhs.org \
--to=mgorse@mgorse.dhs.org \
--cc=blinux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).