diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-06-06 20:16:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-06-06 20:16:44 +0200 |
commit | 1216f153461893e10ded8007e808da3a62483e7b (patch) | |
tree | dad27b404d35537b9b214a075061d04708f14352 /src/filelist.h | |
parent | 8f1f369b478fda735b7ec3235a4b9dec42729160 (diff) |
next/priv directory: Use PATH_MAX instead of FEH_MAX_DIRNAME_LEN
Diffstat (limited to 'src/filelist.h')
-rw-r--r-- | src/filelist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filelist.h b/src/filelist.h index 91e5fd0..e24a6a6 100644 --- a/src/filelist.h +++ b/src/filelist.h @@ -53,7 +53,6 @@ struct __feh_file_info { }; #define FEH_FILE(l) ((feh_file *) l) -#define FEH_MAX_DIRNAME_LEN 4096 /* * PATH_MAX may not be defined on all systems. Since we only use it in for a |