Skip to content
Snippets Groups Projects
Commit 795be14e authored by deuce's avatar deuce
Browse files

Reset icol on any LF, not just "hard CRs". This should fix the problems seen

by access_d.  Broken since v1.18 on Feb. 10th,  2015.
parent 2cb42a96
No related branches found
No related tags found
No related merge requests found
......@@ -388,6 +388,7 @@ char* wordwrap(char* inbuf, int len, int oldlen, BOOL handle_quotes)
}
}
}
icol=prefix_len+1;
/* Fall-through soft CRs for wrapping! */
default:
if (inbuf[i] != '\n') {
......
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