From 1216f153461893e10ded8007e808da3a62483e7b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 Jun 2016 20:16:44 +0200 Subject: next/priv directory: Use PATH_MAX instead of FEH_MAX_DIRNAME_LEN --- src/filelist.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/filelist.h') 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 -- cgit v1.2.3