summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-07-06 11:17:29 -0700
committerlouie <lshprung@yahoo.com>2020-07-06 11:17:29 -0700
commit5ee2e091adf1aca46eb5e93c7733fff9c8ce6500 (patch)
treef6562ec9546a5ed16b39f58341e9039651f556a5 /entry.c
parent762fc562b23b5b85ae4a19021679b5895bfb339d (diff)
get_epath bug fix
Diffstat (limited to 'entry.c')
-rw-r--r--entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/entry.c b/entry.c
index 46cb6b4..b7c240c 100644
--- a/entry.c
+++ b/entry.c
@@ -78,7 +78,6 @@ char *get_ename(ENTRY *e){
}
char *get_epath(ENTRY *e){
assert(e != NULL);
- return e->name;
return e->path;
}