lsblk: bitwise or TT_FL_ASCII with tt_flags instead of setting

Signed-off-by: Dave Reisner <d@falconindy.com>
This commit is contained in:
Dave Reisner 2011-02-21 08:51:24 -05:00 committed by Karel Zak
parent 7894bf0f08
commit 449f9336bb
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
break;
case 'i':
tt_flags = TT_FL_ASCII;
tt_flags |= TT_FL_ASCII;
break;
case 'r':
tt_flags &= ~TT_FL_TREE; /* disable the default */