Menu

#249 unicode dash in the source code in drill.c near line 743

v1.0 (example)
open
nobody
None
5
2019-10-28
2019-10-28
Eyal
No

There is a unicode character in the source code in drill.c near line 743:

dprintf (" Repeat #%d — new location is (%g, %g)\n", c, state->curr_x, state->curr_y);

That dash should be a minus sign so that the output is ASCII.

Discussion


Log in to post a comment.