scores increment to verify paper

This commit is contained in:
Neil 2023-04-17 19:54:08 -07:00
parent 19944f71e1
commit 200a60657c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ int main(void) {
" size 840, 480 fontscale 1\n"
"set output \"score.png\"\n");
printf("$Data <<EOD\n"
"# date, key\n");
"# date, key, key score\n");
while(score_tree_next(&it)) {
line = score_tree_key(&it);
score = scrs.list.data + *score_tree_value(&it);