mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
ydiff.c: minor fix for more pretty show diff.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
35950d65c1
commit
bc0ad94461
@ -1127,7 +1127,7 @@ lcsubstr (const char *s, int m, const char *t, int n, GArray * ret, int min)
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ((*p)[1] == off1)
|
if ((*p)[1] >= off1)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user