mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 18:18:41 -09:00
parent
a216bc2d35
commit
9337cdc99e
1 changed files with 2 additions and 1 deletions
|
|
@ -68,8 +68,9 @@ int exclude_addfile(char *file) {
|
||||||
exclude_add(buf);
|
exclude_add(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
len = ferror(f);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
return 0;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue