mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
fixed for working on linux (for real now ...)
svn path=/trunk/; revision=6268
This commit is contained in:
parent
53ef4cbee3
commit
58c18026cc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ make_absolute(char *absolute, char *path)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
getcwd(absolute, sizeof(absolute));
|
getcwd(absolute, MAX_PATH);
|
||||||
strcat(absolute, DIR_SEPARATOR_STRING);
|
strcat(absolute, DIR_SEPARATOR_STRING);
|
||||||
strcat(absolute, path);
|
strcat(absolute, path);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue