Release calc version 2.11.0t10.1

This commit is contained in:
Landon Curt Noll
1999-11-11 14:17:58 -08:00
parent 96c34adee3
commit c7c0de97f2
4 changed files with 12 additions and 4 deletions

2
hist.c
View File

@@ -1523,7 +1523,7 @@ hist_saveline(char *line, int len)
{
static char *prev = NULL;
if (!len)
if (len <= 1)
return;
/* ignore if identical with previous line */