~ubuntu-branches/ubuntu/utopic/parted/utopic-proposed

« back to all changes in this revision

Viewing changes to libparted/fs/fat/fat.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-04-14 11:56:10 UTC
  • Revision ID: package-import@ubuntu.com-20140414115610-uqo3ngjcok5nsi4w
Tags: 2.3-19ubuntu1
* Upload from Debian git repository to fix a release-critical bug.
* Fix crash when opening FAT file systems (LP: #1306704).

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
                                ? &fat16_type
235
235
                                : &fat32_type;
236
236
        if (fs_info->fat_type == FAT_TYPE_FAT32) {
237
 
                if (!fat_info_sector_read (fs_info->info_sector, fs))
 
237
                if (!fat_info_sector_read (&fs_info->info_sector, fs))
238
238
                        goto error_free_fs;
239
239
        }
240
240