Skip to content
Snippets Groups Projects
Commit 5dbe9b50 authored by deuce's avatar deuce
Browse files

Fix last commit.

parent 25a70ad8
Branches
Tags
No related merge requests found
......@@ -1032,7 +1032,7 @@ BOOL DLLCALL isfullpath(const char* filename)
{
return(filename[0]=='/'
#ifdef WIN32
|| filename[0]=='\\' || (isalpha(filename[0] && filename[1]==':')
|| filename[0]=='\\' || (isalpha(filename[0]) && filename[1]==':')
#endif
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment