Release calc version 2.11.0t5

This commit is contained in:
Landon Curt Noll
1999-10-04 20:08:04 -07:00
parent 97e9429000
commit f60cbd24b2
38 changed files with 781 additions and 192 deletions

View File

@@ -1195,8 +1195,7 @@ addstring(char *str, long len)
}
s->s_str = c;
s->s_len = len;
while (len-- >= 0)
*c++ = *str++;
memcpy(s->s_str, str, len+1);
if (havefirst) {
stringconsttable[first] = s;
return first;