This fixes an extra argument left over in a function call by commit
0dfcfa4aa4.  Reported by Matteo Croce.

* src/buffer.c (_open_archive): Fix extra argument to paxfatal.
This commit is contained in:
Sergey Poznyakoff
2024-10-25 09:50:22 +03:00
parent dd1bae32ce
commit e59d09db7d

View File

@@ -724,7 +724,7 @@ _open_archive (enum access_mode wanted_access)
bool backed_up_flag = false;
if (record_size == 0)
paxfatal (0, 0, _("Invalid value for record_size"));
paxfatal (0, _("Invalid value for record_size"));
if (archive_names == 0)
paxfatal (0, _("No archive name given"));