[xiph-cvs] cvs commit: snatch snatch.pl

Monty xiphmont at xiph.org
Sun Nov 11 15:06:15 PST 2001



xiphmont    01/11/11 15:06:15

  Modified:    .        snatch.pl
  Log:
  More missed timer cases

Revision  Changes    Path
1.31      +3 -1      snatch/snatch.pl

Index: snatch.pl
===================================================================
RCS file: /usr/local/cvsroot/snatch/snatch.pl,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- snatch.pl	2001/11/11 22:56:38	1.30
+++ snatch.pl	2001/11/11 23:06:15	1.31
@@ -652,6 +652,8 @@
     my$now=time();
     my at TIMETEMP=@TIMER_TIMES;
     my at ENDTIMETEMP=@TIMER_ENDTIMES;
+    $next_timer_event=0;
+
     foreach my$line (@TIMER){
         my$start=shift @TIMETEMP;
         my$end=shift @ENDTIMETEMP;
@@ -677,7 +679,7 @@
         if($TIMER_ENDTIMES[$TIMER_SORTED[$#TIMER]]<$now){
             Robot_Stop();
             Robot_Inactive();
-	    ButtonPressConfig();
+	    ButtonConfig();
         }else{
             
             if($now>=$next_timer_event){

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