From e38bed34a5f33db1d8886d66c7b387b48a75848e Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Fri, 13 Aug 2010 10:06:43 +0200 Subject: [PATCH] --- yaml --- r: 209292 b: refs/heads/master c: 2041f657aa4dc77afd63bbb34b34ed9476cf9ab9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/partitions/ibm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dc4f0eb5f1b4..9d5de0957c9b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e402e38c6b148febf8c3c39546e24584eaa23e42 +refs/heads/master: 2041f657aa4dc77afd63bbb34b34ed9476cf9ab9 diff --git a/trunk/fs/partitions/ibm.c b/trunk/fs/partitions/ibm.c index d1b8a5c4bc0a..d513a07f44bb 100644 --- a/trunk/fs/partitions/ibm.c +++ b/trunk/fs/partitions/ibm.c @@ -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); }