Skip to content
Snippets Groups Projects
Commit 855cbb8a authored by deuce's avatar deuce
Browse files

Fix infinite loop while expanding tabs to spaces in quoted text.

parent 197d2f4f
No related branches found
No related tags found
No related merge requests found
......@@ -844,6 +844,7 @@ function make_lines(str, attr, nl_is_hardcr)
nl[nl.length-1].text+=' ';
nl[nl.length-1].attr+=ascii(thisattr);
}
spos++;
break;
default: /* Printable char... may need to wrap */
if(nl[nl.length-1].text.length>79) { /* Need to have wrapped */
......
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