tj / luna

luna programming language - a small, elegant VM implemented in C
2.46k stars 148 forks source link

fix until.c #95

Closed JesseEisen closed 7 years ago

JesseEisen commented 7 years ago

fix functionread_until_eof, change strcat to strncat. Cause each time read more the 1024, buf may contains characters unexpected.