Merge branch 'abitmore-patch-1'

This commit is contained in:
Joachim Nilsson 2019-05-03 17:13:39 +02:00
commit 385cd77e9b

View File

@ -1130,7 +1130,7 @@ static void hist_add(const char *p)
char *s;
#ifdef CONFIG_UNIQUE_HISTORY
if (H.Pos && strcmp(p, H.Lines[H.Pos - 1]) == 0)
if (H.Size && strcmp(p, H.Lines[H.Size - 1]) == 0)
return;
#endif