Skip to content

Commit

Permalink
Fix Unicode code point escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Aug 16, 2017
1 parent 0d23fbd commit 00478df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ namespace plorth
return false;
}

buffer.append(1, c);
buffer.append(1, result);
}
break;

Expand Down

0 comments on commit 00478df

Please sign in to comment.