Log path after sanitation.

This commit is contained in:
Themaister 2012-11-11 00:04:25 +01:00
parent 214050ecb1
commit abd97ef61d

View File

@ -63,10 +63,10 @@ std::string MDFN_MakeFName(MakeFName_Type type, int id1, const char *cd1)
break;
}
fprintf(stderr, "[Mednafen]: Path request: %s\n", ret.c_str());
#ifdef _WIN32
sanitize_path(ret); // Because Windows path handling is mongoloid.
#endif
fprintf(stderr, "[Mednafen]: Path request: %s\n", ret.c_str());
return ret;
}