diff options
Diffstat (limited to 'tools/gpgparsemail.c')
-rw-r--r-- | tools/gpgparsemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgparsemail.c b/tools/gpgparsemail.c index b9c18a2be..98bbad062 100644 --- a/tools/gpgparsemail.c +++ b/tools/gpgparsemail.c @@ -624,7 +624,7 @@ parse_message (FILE *fp) if (!msg) die ("can't open parser: %s", strerror (errno)); - /* Fixme: We should not use fgets becuase it can't cope with + /* Fixme: We should not use fgets because it can't cope with embedded nul characters. */ while (fgets (line, sizeof (line), fp)) { |