fix build

svn path=/trunk/; revision=52024
This commit is contained in:
Timo Kreuzer 2011-05-31 17:50:55 +00:00
parent 94ce2dcf66
commit aebc59bf83

View file

@ -24,7 +24,7 @@ void _tsplitpath(const _TCHAR* path, _TCHAR* drive, _TCHAR* dir, _TCHAR* fname,
/* Check parameter */
if (!path)
{
__set_errno(EINVAL);
//__set_errno(EINVAL);
return;
}