mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
if continuation line starts with a tab, rewrite it to a space
This commit is contained in:
parent
977cee7ffd
commit
0445405299
1 changed files with 3 additions and 0 deletions
|
|
@ -2025,6 +2025,9 @@ fp_getline( FILE *fp, int *lineno )
|
|||
return( line );
|
||||
}
|
||||
|
||||
/* change leading whitespace to a space */
|
||||
buf[0] = ' ';
|
||||
|
||||
CATLINE( buf );
|
||||
(*lineno)++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue