Fix crash on memory validation

This commit is contained in:
Alexey Pelykh 2013-01-31 12:55:12 +02:00
parent d468d7eaba
commit 9b9bc1de00

View File

@ -924,7 +924,7 @@ class MySystem: public System {
} }
#else #else
#pragma message("TODO:http://lunarfrog.com/blog/2012/05/21/winrt-folders-access/ Windows.ApplicationModel.Package.Current.InstalledLocation") #pragma message("TODO:http://lunarfrog.com/blog/2012/05/21/winrt-folders-access/ Windows.ApplicationModel.Package.Current.InstalledLocation")
return name; return copy(allocator, name);
#endif #endif
} }