fix typo.
parent
1fbc0cc276
commit
7ed32fd5a9
|
@ -135,7 +135,7 @@ inline void MakeAbsolutePath (const char* in, char* _out)
|
||||||
{
|
{
|
||||||
ai_assert(in && _out);
|
ai_assert(in && _out);
|
||||||
char* ret;
|
char* ret;
|
||||||
if defined( _MSC_VER ) || defined( __MINGW32__ )
|
#if defined( _MSC_VER ) || defined( __MINGW32__ )
|
||||||
ret = ::_fullpath( _out, in, PATHLIMIT );
|
ret = ::_fullpath( _out, in, PATHLIMIT );
|
||||||
#else
|
#else
|
||||||
// use realpath
|
// use realpath
|
||||||
|
|
Loading…
Reference in New Issue