don't FixSlashes on the memory card OS path. This is a system path, not a RageFile path, so it doesn't need to follow our rules.

This commit is contained in:
Glenn Maynard
2005-10-27 17:33:01 +00:00
parent 495799d04b
commit fe19cdf726
2 changed files with 0 additions and 3 deletions
@@ -22,7 +22,6 @@ bool UsbStorageDevice::operator==(const UsbStorageDevice& other) const
void UsbStorageDevice::SetOsMountDir( const CString &s )
{
sOsMountDir = s;
FixSlashesInPlace( sOsMountDir );
}
/*