We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5aa94 commit 95d4dcbCopy full SHA for 95d4dcb
xml/xml_save_world.cpp
@@ -795,8 +795,7 @@ void CMUSHclientDoc::Save_Plugins_XML (CArchive& ar)
795
796
// strip absolute path if possible
797
if (!strPluginsPath.IsEmpty ())
798
- if (strSource.Left (strPluginsPath.GetLength ()) ==
799
- strPluginsPath)
+ if ((strSource.Left (strPluginsPath.GetLength ()).CompareNoCase (strPluginsPath)) == 0)
800
strSource = strSource.Mid (strPluginsPath.GetLength ());
801
802
ar.WriteString ("<include ");
0 commit comments