mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add missing return so this builds on mingw.
svn:r8649
This commit is contained in:
@@ -1545,6 +1545,7 @@ path_is_relative(const char *filename)
|
||||
return 0;
|
||||
else if (filename && strlen(filename)>3 && TOR_ISALPHA(filename[0]) &&
|
||||
filename[1] == ':' && filename[2] == '\\')
|
||||
return 0;
|
||||
#endif
|
||||
else
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user