maksqwe af339a7a7a 1. "wcslen" function was called multiple times with "const wchar_t* Path"
2. fix mistake which led to undefined behavior "uint64(High<<32)" -> "uint64(High)<<32"
3. optimize std::vector<>::iterator's usage "iter++" -> "++iter". See preincrement and postincrement operator++()
2013-08-23 00:30:37 +03:00
2013-03-19 19:42:58 +01:00
Description
No description provided
638 KiB
Languages
C++ 94%
C 5.2%
Makefile 0.6%
M4 0.2%