Bugfix
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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user