mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
fix build
svn path=/trunk/; revision=52024
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user