* src/buffer.c (_write_volume_label): Fix typo, which prevented

`-V label -M' from working.
This commit is contained in:
Sergey Poznyakoff
2008-11-03 19:15:52 +00:00
parent b4ec8aedf9
commit 99e3a2604f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-11-03 Sergey Poznyakoff <gray@gnu.org.ua>
* src/buffer.c (_write_volume_label): Fix typo, which prevented
`-V label -M' from working.
2008-10-30 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS, configure.ac: Version 1.20.91

View File

@@ -1320,7 +1320,7 @@ _write_volume_label (const char *str)
memset (label, 0, BLOCKSIZE);
strcpy (label->header.name, volume_label_option);
strcpy (label->header.name, str);
assign_string (&current_stat_info.file_name,
label->header.name);
current_stat_info.had_trailing_slash =