Skip to content
Snippets Groups Projects
Commit 63a17e68 authored by Axel Naumann's avatar Axel Naumann
Browse files

Fix comment handling for multiline input (Savannah #71186):

Overwrite \0 in next input line, or all following input will be lost.


git-svn-id: http://root.cern.ch/svn/root/trunk@34745 27541ba8-7e3a-0410-8455-c3a389f83636
parent a49b0bb1
No related branches found
No related tags found
No related merge requests found
......@@ -1426,6 +1426,7 @@ readagain:
if ('/' == com[i+1]) {
com[i] = 0;
com[i+1] = 0;
--i;
}
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment