mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
bitset: fix an incorrect error message.
* lib/bitset_stats.c: here. Reported by Stefano Lattarini.
This commit is contained in:
@@ -284,7 +284,7 @@ bitset_stats_write (const char *file_name)
|
||||
{
|
||||
if (fwrite (&bitset_stats_info_data, sizeof (bitset_stats_info_data),
|
||||
1, file) != 1)
|
||||
perror (_("cannot not write stats file"));
|
||||
perror (_("cannot write stats file"));
|
||||
if (fclose (file) != 0)
|
||||
perror (_("cannot write stats file"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user