diff options
author | Miles Bader <miles@gnu.org> | 1996-05-22 22:19:40 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-22 22:19:40 +0000 |
commit | 69b3b073d2fa34549f20f8257729e6d841e26c30 (patch) | |
tree | e664057e6335cc13ea8deead80ba42d1a50be26e /libdiskfs | |
parent | 8c85578c276d2f98d9e1a598264856083e55d154 (diff) |
(diskfs_S_fsys_set_options):
Don't bother terminating ARGV, argz_extract does it now.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/fsys-options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c index 414d9719..565836ce 100644 --- a/libdiskfs/fsys-options.c +++ b/libdiskfs/fsys-options.c @@ -76,7 +76,6 @@ diskfs_S_fsys_set_options (fsys_t fsys, char **argv = alloca (sizeof (char *) * (argc + 1)); argz_extract (data, len, argv); - argv[argc] = 0; /* Terminate ARGV. */ rwlock_writer_lock (&diskfs_fsys_lock); err = diskfs_set_options (argc, argv); |