[xiph-cvs] cvs commit: vorbis-tools/ogg123 cmdline_options.c
Stan Seibert
volsung at xiph.org
Mon Dec 24 08:01:06 PST 2001
volsung 01/12/24 08:01:06
Modified: ogg123 cmdline_options.c
Log:
Oops. Gotta get the units right.
Revision Changes Path
1.5 +2 -2 vorbis-tools/ogg123/cmdline_options.c
Index: cmdline_options.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/cmdline_options.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cmdline_options.c 2001/12/24 15:58:03 1.4
+++ cmdline_options.c 2001/12/24 16:01:05 1.5
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: cmdline_options.c,v 1.4 2001/12/24 15:58:03 volsung Exp $
+ last mod: $Id: cmdline_options.c,v 1.5 2001/12/24 16:01:05 volsung Exp $
********************************************************************/
@@ -134,7 +134,7 @@
break;
case 'l':
- ogg123_opts->delay = 1000 * atoi(optarg);
+ ogg123_opts->delay = atoi(optarg);
break;
case 'o':
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list