From ee0ed3c506f8f45fce42cbabc1d9521382740924 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 5 Jul 2022 11:28:34 +0100 Subject: Fix typo. Probably a good idea to allow more than 128 runs of a program. --- src/string_vec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string_vec.h b/src/string_vec.h index 2a106a2..7fce96e 100644 --- a/src/string_vec.h +++ b/src/string_vec.h @@ -8,7 +8,7 @@ struct scored_string { char *string; int8_t search_score; - int8_t history_score; + int32_t history_score; }; struct string_vec { -- cgit v1.2.3