diff options
author | louie <lshprung@yahoo.com> | 2020-07-06 11:17:29 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-07-06 11:17:29 -0700 |
commit | 5ee2e091adf1aca46eb5e93c7733fff9c8ce6500 (patch) | |
tree | f6562ec9546a5ed16b39f58341e9039651f556a5 /entry.c | |
parent | 762fc562b23b5b85ae4a19021679b5895bfb339d (diff) |
get_epath bug fix
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ char *get_ename(ENTRY *e){ } char *get_epath(ENTRY *e){ assert(e != NULL); - return e->name; return e->path; } |