lsblk: fix copy & past bug

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-11-27 10:44:28 +01:00
parent cc8cc8f32c
commit 742b877b2d
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ static void set_tt_data(struct blkdev_cxt *cxt, int col, int id, struct tt_line
break;
case COL_PARTUUID:
probe_device(cxt);
if (cxt->uuid)
if (cxt->partuuid)
tt_line_set_data(ln, col, xstrdup(cxt->partuuid));
break;
case COL_WWN: