Skip to content
Snippets Groups Projects
Commit 9d070275 authored by Yorhel's avatar Yorhel
Browse files

calc.c: Removed an unused variable in calc_item()

parent 2828bfe6
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,6 @@ void calc_leavepath() {
int calc_item(struct dir *par, char *name) {
struct dir *t, *d;
struct stat fs;
int i;
if(name[0] == '.' && (name[1] == '\0' || (name[1] == '.' && name[2] == '\0')))
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment