diff options
Diffstat (limited to 'toys/other/lsattr.c')
-rw-r--r-- | toys/other/lsattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/lsattr.c b/toys/other/lsattr.c index 937ea608..39945ef0 100644 --- a/toys/other/lsattr.c +++ b/toys/other/lsattr.c @@ -140,7 +140,7 @@ static int retell_dir(struct dirtree *root) { char *fpath = NULL; - if (root->data == -1) { + if (root->again) { xputc('\n'); return 0; } |