fixed for working on linux (for real now ...)

svn path=/trunk/; revision=6268
This commit is contained in:
guido 2003-10-07 22:22:24 +00:00
parent 53ef4cbee3
commit 58c18026cc

View file

@ -32,7 +32,7 @@ make_absolute(char *absolute, char *path)
}
else
{
getcwd(absolute, sizeof(absolute));
getcwd(absolute, MAX_PATH);
strcat(absolute, DIR_SEPARATOR_STRING);
strcat(absolute, path);
}