clplaner: Avoid a segfault on Wed May 27 20:00 CET 2009
* The IndexShaker would crash on the last two teams - fixed
committer: Markus Bröker <mbroeker@largo.homelinux.org>
--- a/clplaner.c+++ b/clplaner.c@@ -107,6 +107,12 @@ int i, j, k; /*+ * Who wins the Title?+ */+ if (teams == 1)+ return;++ /* * swap the index MAXLOOP times... */ for (i = 0; i < MAXLOOP; i++) {