From b8877be907356ba27e0ff2d291d310bf67e18738 Mon Sep 17 00:00:00 2001 From: Yorhel <git@yorhel.nl> Date: Mon, 13 Apr 2009 18:38:07 +0200 Subject: [PATCH] Fixed display bug while calculating --- src/calc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calc.c b/src/calc.c index e9451a5..373f180 100644 --- a/src/calc.c +++ b/src/calc.c @@ -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; -- GitLab