Forgot to unset m_relative in wxFilename::Normalize().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-12-17 00:37:49 +00:00
parent 7613582bcc
commit 5fc67e5cf4

View File

@@ -728,6 +728,7 @@ bool wxFileName::Normalize(wxPathNormalize flags,
}
}
#endif
m_relative = FALSE;
}
// handle ~ stuff under Unix only