[xiph-commits] r17684 - trunk/squishyball
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Nov 29 08:14:37 PST 2010
Author: xiphmont
Date: 2010-11-29 08:14:37 -0800 (Mon, 29 Nov 2010)
New Revision: 17684
Modified:
trunk/squishyball/main.c
Log:
Don't reset current choice after selection.
Modified: trunk/squishyball/main.c
===================================================================
--- trunk/squishyball/main.c 2010-11-29 16:11:42 UTC (rev 17683)
+++ trunk/squishyball/main.c 2010-11-29 16:14:37 UTC (rev 17684)
@@ -799,7 +799,7 @@
seek_to += start_pos-current_pos;
do_seek=1;
}
- current_choice=0;
+ //current_choice=0;
if(tests_cursor==tests){
pthread_mutex_lock(&state.mutex);
More information about the commits
mailing list