~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to shlibs/blkid/src/partitions/mac.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-05-11 08:38:31 UTC
  • mfrom: (1.3.10 upstream)
  • mto: (1.6.3 upstream) (4.5.5 sid)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: james.westby@ubuntu.com-20110511083831-tty7wnezw55fmrn4
ImportĀ upstreamĀ versionĀ 2.19.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
                start = be32_to_cpu(p->start_block) * ssf;
145
145
                size = be32_to_cpu(p->block_count) * ssf;
146
146
 
147
 
                par = blkid_partlist_add_partition(ls, tab, 0, start, size);
 
147
                par = blkid_partlist_add_partition(ls, tab, start, size);
148
148
                if (!par)
149
149
                        goto err;
150
150