Print out the weights in the list.

SVN revision: 47442
This commit is contained in:
Brett Nash 2010-03-25 07:58:40 +00:00
parent 596e0cfe24
commit 89d5fc0748
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ _ui_setup(void)
mi = l->data;
if (i > 0)
printf("%3i - %s\n", i, mi->text);
printf("%3i - %s (Weight %0.2lf)\n", i, mi->text, weights[i]);
}
}
else