git clone git://github.com/jgm/peg-markdown.git
Properly terminate input string (overwriting EOF character).
...221222223 224225226
...221222223224225226227
0@@ -221,6 +221,7 @@ int main(int argc, char * argv[]) {0 }0 }0 }0+ *curchar = 0; /* terminate string (other EOF character) */0 fclose(input);0 }0
No one has commented yet.
Add a comment:
Comments
No one has commented yet.