1
1

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

Этот коммит содержится в:
Yorhel 2009-05-12 18:39:00 +02:00
родитель 2828bfe6a8
Коммит 9d07027553

Просмотреть файл

@ -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;