Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209292
b: refs/heads/master
c: 2041f65
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Aug 13, 2010
1 parent b2cf382 commit e38bed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e402e38c6b148febf8c3c39546e24584eaa23e42
refs/heads/master: 2041f657aa4dc77afd63bbb34b34ed9476cf9ab9
2 changes: 1 addition & 1 deletion trunk/fs/partitions/ibm.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ int ibm_partition(struct parsed_partitions *state)
offset = (info->label_block + 1);
} else {
/* unlabeled disk */
strlcat(tmp, sizeof(tmp), "(nonl)", PAGE_SIZE);
strlcat(state->pp_buf, "(nonl)", PAGE_SIZE);
size = i_size >> 9;
offset = (info->label_block + 1);
}
Expand Down

0 comments on commit e38bed3

Please sign in to comment.