Fixed little bug.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1186 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -345,7 +345,7 @@ expandPath (char *dest, size_t len, const char *src, int what)
|
||||
strcpy (destptr, src);
|
||||
}
|
||||
|
||||
if (EP_SLASHES)
|
||||
if (what & EP_SLASHES)
|
||||
{
|
||||
/* Replacing backslashes in path by slashes. */
|
||||
destptr = dest;
|
||||
|
||||
Reference in New Issue
Block a user