*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:47:29 +00:00
parent 7f91a90a9c
commit a2aa567aec

View File

@@ -1,5 +1,5 @@
/* Buffer management for tar.
Copyright (C) 1988, 1992 Free Software Foundation
Copyright (C) 1988, 1992, 1993 Free Software Foundation
This file is part of GNU Tar.
@@ -697,6 +697,7 @@ open_archive (reading)
sprintf (ar_block->header.arch_name, "%s Volume 1", f_volhdr);
else
strcpy (ar_block->header.arch_name, f_volhdr);
current_file_name = ar_block->header.arch_name;
ar_block->header.linkflag = LF_VOLHDR;
to_oct (time (0), 1 + 12, ar_block->header.mtime);
finish_header (ar_block);