mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10
This commit is contained in:
6
token.c
6
token.c
@@ -401,8 +401,8 @@ eatstring(int quotechar)
|
||||
ch = 8 * ch + cch - '0';
|
||||
}
|
||||
ch &= 0xff;
|
||||
if (i > 0)
|
||||
reread();
|
||||
if (i > 0)
|
||||
reread();
|
||||
break;
|
||||
}
|
||||
switch (ch) {
|
||||
@@ -474,7 +474,7 @@ eatstring(int quotechar)
|
||||
len = 0;
|
||||
}
|
||||
}
|
||||
curtoken.t_strindex = addstring(str, totlen + len);
|
||||
curtoken.t_strindex = addstring(str, totlen + len);
|
||||
if (str != buf)
|
||||
free(str);
|
||||
}
|
||||
|
Reference in New Issue
Block a user