Fixed display bug while calculating

This commit is contained in:
Yorhel 2009-04-13 18:38:07 +02:00
parent 7a0730f5d2
commit b8877be907

View file

@ -180,6 +180,7 @@ int calc_item(struct dir *par, char *path, char *name) {
/* lstat */
strcpy(tmp, path);
strcat(tmp, name);
strcpy(stcalc.cur, tmp);
if(lstat(tmp, &fs)) {
d->flags |= FF_ERR;
return 0;