Commit e5712bb4 by Stéphane Graber

Merge pull request #852 from brauner/bugfix_branch

lxc-ls: count spaces
parents c4695493 fb9d69f2
......@@ -756,6 +756,7 @@ static void ls_print_names(struct ls *l, struct lengths *lht,
len = 0;
} else {
printf(" ");
len++;
}
}
if (len > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment