[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c

Kenneth C. Arnold kcarnold at xiph.org
Tue Jun 19 09:47:43 PDT 2001



kcarnold    01/06/19 09:47:43

  Modified:    ogg123   ogg123.c
  Log:
  Some patch for SIGINT to go to next song a while back got in without
  being adequately tested. This fixes it for the moment, but it really
  needs (1) conditional activation and (2) configurable timeout. Look
  for both of those from me later today.

Revision  Changes    Path
1.35      +4 -1      vorbis-tools/ogg123/ogg123.c

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ogg123.c	2001/06/18 03:01:51	1.34
+++ ogg123.c	2001/06/19 16:47:42	1.35
@@ -14,7 +14,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.34 2001/06/18 03:01:51 calc Exp $
+ last mod: $Id: ogg123.c,v 1.35 2001/06/19 16:47:42 kcarnold Exp $
 
  ********************************************************************/
 
@@ -422,6 +422,9 @@
 
             if (skipfile_requested) {
               eof = eos = 1;
+	      skipfile_requested = 0;
+	      signal(SIGALRM,signal_activate_skipfile);
+	      alarm(1);
               break;
               }
 

--- >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