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:
meep-eep
2003-09-03 02:53:26 +00:00
parent a524e09504
commit 37f22ae10e
+1 -1
View File
@@ -345,7 +345,7 @@ expandPath (char *dest, size_t len, const char *src, int what)
strcpy (destptr, src); strcpy (destptr, src);
} }
if (EP_SLASHES) if (what & EP_SLASHES)
{ {
/* Replacing backslashes in path by slashes. */ /* Replacing backslashes in path by slashes. */
destptr = dest; destptr = dest;