mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Various updates
This commit is contained in:
parent
c69dc436ce
commit
43ab905823
19 changed files with 138 additions and 66 deletions
|
@ -822,7 +822,7 @@ parse_file (const char *fname, FILE *fp, char **section_name, int in_pause)
|
|||
lnr++;
|
||||
if (!n || line[n-1] != '\n')
|
||||
{
|
||||
err ("%s:$d: trailing linefeed missing, line too long or "
|
||||
err ("%s:%d: trailing linefeed missing, line too long or "
|
||||
"embedded Nul character", fname, lnr);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue