blame widget, force lower case hash

a741032bd1 did not fix the problem,
the problem is in the input text
This commit is contained in:
Basile Burg 2024-04-29 07:18:42 +02:00
parent e16a751495
commit 7fea8c5e4d
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ begin
line:= gitLines[i];
rng := TStringRange.create(line);
// hash
tmp := rng.takeUntil(' ').yield();
tmp := rng.takeUntil(' ').yield().ToLower();
fDocData.lineData[i].hash := tmp;
rng.popFront();
// optional filename