Commit 45760f5f authored by Wayne Davison's avatar Wayne Davison

Allow all itemize types to change all-dots (no changes) into spaces.

parent 116a4769
......@@ -614,8 +614,7 @@ static void log_formatted(enum logcode code, char *format, char *op,
int i;
for (i = 2; n[i]; i++)
n[i] = ch;
} else if (n[0] == '.' || n[0] == 'h'
|| (n[0] == 'c' && n[1] == 'f')) {
} else if (n[0] == '.' || n[0] == 'h' || n[0] == 'c') {
int i;
for (i = 2; n[i]; i++) {
if (n[i] != '.')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment