From 3552b64078ae3ede1294a428eb0c69a977d94abe Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 10 Sep 2007 23:28:48 +0000 Subject: [PATCH] just use PATH_MAX - using _... defines is... bad .. mmmkay SVN revision: 31680 --- src/bin/e_fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index d9c9e0ff7..1d605357e 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -3493,7 +3493,7 @@ _e_fm2_uri_parse(const char *val) { E_Fm2_Uri *uri; const char *p; - char hostname[_POSIX_HOST_NAME_MAX], path[PATH_MAX]; + char hostname[PATH_MAX], path[PATH_MAX]; int i = 0; /* The shortest possible path is file:///