diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-11-29 21:53:16 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-11-29 21:53:16 +0000 |
commit | a93a356254410847b9330ef7e322850538054a75 (patch) | |
tree | be8f83f44fcf98dc640abfd721a64f36c059a4e0 /gnu/usr.sbin/mkisofs/multi.c | |
parent | 9f259eecd663acffd38f62defdafc08d26653e2e (diff) |
version 1.11.3
Diffstat (limited to 'gnu/usr.sbin/mkisofs/multi.c')
-rw-r--r-- | gnu/usr.sbin/mkisofs/multi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.sbin/mkisofs/multi.c b/gnu/usr.sbin/mkisofs/multi.c index 80ebcd817a1..e1d4570ddd1 100644 --- a/gnu/usr.sbin/mkisofs/multi.c +++ b/gnu/usr.sbin/mkisofs/multi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: multi.c,v 1.2 1998/04/05 00:39:38 deraadt Exp $ */ +/* $OpenBSD: multi.c,v 1.3 1999/11/29 21:53:15 d Exp $ */ /* * File multi.c - scan existing iso9660 image and merge into * iso9660 filesystem. Used for multisession support. @@ -20,7 +20,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -static char rcsid[] ="$From: multi.c,v 1.4 1997/03/08 17:08:53 eric Rel $"; +static char rcsid[] ="$From: multi.c,v 1.6.1.3 1998/06/02 03:00:25 eric Exp $"; #include <stdlib.h> #include <string.h> @@ -909,6 +909,7 @@ FDECL2(merge_old_directory_into_tree, struct directory_entry *, dpnt, strcat(whole_path, SPATH_SEPARATOR); strcat(whole_path, dpnt->name); this_dir->de_name = strdup(whole_path); + this_dir->whole_name = strdup(whole_path); /* * Now fill this directory using information from the previous |