| commit | 5c576477ccb2f0ca8c5d5af2e2354fd8eeff1589 | [log] [tgz] |
|---|---|---|
| author | Theodore Ts'o <tytso@mit.edu> | Tue Apr 29 15:29:49 1997 +0000 |
| committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 29 15:29:49 1997 +0000 |
| tree | 23bf89a13feb18647bdd81622c9f900634093eac | |
| parent | ef423288716bf9662b952eb5e694a54a5b077240 [diff] [blame] |
Many files: Checked in e2fsprogs 1.06
diff --git a/lib/ext2fs/initialize.c b/lib/ext2fs/initialize.c index 4108093..4349244 100644 --- a/lib/ext2fs/initialize.c +++ b/lib/ext2fs/initialize.c
@@ -227,7 +227,7 @@ goto cleanup; sprintf(buf, "inode bitmap for %s", fs->device_name); - retval = ext2fs_allocate_inode_bitmap(fs, 0, &fs->inode_map); + retval = ext2fs_allocate_inode_bitmap(fs, buf, &fs->inode_map); if (retval) goto cleanup;