Use the correct variable for previous.

--HG--
extra : convert_revision : d769d977d5e252ce017a4445186cc6a8f84f99e5
This commit is contained in:
Juan RP 2009-08-13 08:16:43 +02:00
parent d0c2a3f51c
commit 68c12ce4bb

View file

@ -176,7 +176,7 @@ install_config_file(prop_dictionary_t d, struct archive_entry *entry, int flags)
return errno;
}
printf("Installing new configuration "
"file %s to %s.new\n", cffile, cffile);
"file %s to %s\n", cffile, buf);
set_extract_flags(flags);
archive_entry_set_pathname(entry, buf);