(consider_token): Fix typo in expression.
This commit is contained in:
parent
3577cff0c7
commit
9884ba1ffb
1 changed files with 1 additions and 1 deletions
|
@ -1958,7 +1958,7 @@ consider_token (str, len, c, c_ext, cblev, parlev, is_func)
|
|||
if (parlev == 0)
|
||||
{
|
||||
objdef = omethodtag;
|
||||
methodlen =+ len;
|
||||
methodlen += len;
|
||||
GROW_LINEBUFFER (token_name, methodlen+1);
|
||||
strncat (token_name.buffer, str, len);
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue