[xiph-cvs] cvs commit: vorbis-tools/ogg123 cmdline_options.c ogg123.c ogg123.h
Aaron Plattner
plattner at caltech.edu
Mon Dec 24 12:13:43 PST 2001
Typos:
Index: cmdline_options.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/cmdline_options.c,v
retrieving revision 1.5
diff -u -r1.5 cmdline_options.c
--- cmdline_options.c 2001/12/24 16:01:05 1.5
+++ cmdline_options.c 2001/12/24 20:08:46
@@ -278,6 +278,6 @@
" -z, --shuffle shuffle play\n"
"\n"
"ogg123 will skip to the next song on SIGINT (Ctrl-C); two SIGINTs within\n"
- "s seconds make ogg123 terinate.\n"
+ "s milliseconds will make ogg123 terminate.\n"
" -l, --delay=s set s [milliseconds] (default 250).\n");
}
On Mon, Dec 24, 2001 at 07:58:05AM -0800, Stan Seibert wrote:
> volsung 01/12/24 07:58:04
>
> Modified: ogg123 cmdline_options.c ogg123.c ogg123.h
> Log:
> Finally a fix to the Ctrl-C handling. The old semantics were incorrect.
> Now 1 ^C means "skip to next song" and 2 ^C's within a certain time period
> means (500 ms right now) exit the program. We use gettimeofday() so we
> don't need alarm() anymore. Thanks to Segher for working out most of this
> patch.
<HR NOSHADE>
<UL>
<LI>application/pgp-signature attachment: stored
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/octet-stream
Size: 233 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/commits/attachments/20011224/b65d4e3a/part.obj
More information about the commits
mailing list