just use PATH_MAX - using _... defines is... bad .. mmmkay

SVN revision: 31680
This commit is contained in:
Carsten Haitzler 2007-09-10 23:28:48 +00:00
parent da1bd71e00
commit 3552b64078
1 changed files with 1 additions and 1 deletions

View File

@ -3493,7 +3493,7 @@ _e_fm2_uri_parse(const char *val)
{ {
E_Fm2_Uri *uri; E_Fm2_Uri *uri;
const char *p; const char *p;
char hostname[_POSIX_HOST_NAME_MAX], path[PATH_MAX]; char hostname[PATH_MAX], path[PATH_MAX];
int i = 0; int i = 0;
/* The shortest possible path is file:/// /* The shortest possible path is file:///