Skip to content

Commit

Permalink
Don's fix for pull 69
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed May 18, 2011
1 parent fe8a7a5 commit 145d753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpret.c
Expand Up @@ -2194,6 +2194,7 @@ void assignInPlace(Expression *dest, Expression *src)
else if (dest->op == TOKstring && src->op == TOKstring)
{
sliceAssignStringFromString((StringExp *)dest, (StringExp *)src, 0);
return;
}
else if (dest->op == TOKarrayliteral && src->op == TOKstring)
{
Expand Down

0 comments on commit 145d753

Please sign in to comment.