summaryrefslogtreecommitdiffstats
path: root/dump_remove.cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dump_remove.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dump_remove.cc b/dump_remove.cc
index 3273303..4b90a92 100644
--- a/dump_remove.cc
+++ b/dump_remove.cc
@@ -298,8 +298,8 @@ int remove_members( const std::vector< std::string > & filenames,
/* Set to zero in place the first LZMA byte of each member in each file by
opening one rw descriptor for each file. */
-int clear_marking( const std::vector< std::string > & filenames,
- const Cl_options & cl_opts )
+int nonzero_repair( const std::vector< std::string > & filenames,
+ const Cl_options & cl_opts )
{
long cleared_members = 0;
int files = 0, retval = 0;