Michał Ziętek smierc.w.wenecji@gmail.com writes:
@@ -347,7 +347,7 @@ int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR cmdline, int cm return 1; }
- ext = strchrW(filename, '.');
- ext = strrchrW(filename, '.');
That's not much better.