Package: squishyball
Version: 0.1~svn19085-3
Severity: normal
Tags: patch
Hi,
The X/X/Y test method of squishyball is completely broken.
The attached patch fixes it and shouldn't break any of the
other modes.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (120, 'unstable'), (105, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages squishyball depends on:
ii libao4 1.1.0-2
ii libc6 2.19-4
ii libflac8 1.3.0-2
ii libncurses5 5.9+20140118-1
ii libogg0 1.3.2-1
ii libopusfile0 0.5-1
ii libtinfo5 5.9+20140118-1
ii libvorbis0a 1.3.2-1.4
ii libvorbisfile3 1.3.2-1.4
squishyball recommends no packages.
squishyball suggests no packages.
-- no debconf information
--- a/main.c
+++ b/main.c
@@ -955,7 +955,7 @@
/* record choice; during selection, flip_to contains the test choice */
choice_list[tests_cursor] = flip_to; /* flip_to; */
- sample_list[tests_cursor] = (randomize[flip_to] == cchoice);
+ sample_list[tests_cursor] = (flip_to == cchoice);
tests_cursor++;
tests_total=tests_cursor;