mirror of https://github.com/aria2/aria2
parent
247084f9c3
commit
f019eae5df
|
@ -109,7 +109,7 @@ std::string errorMsg(int errNum)
|
||||||
FORMAT_MESSAGE_IGNORE_INSERTS,
|
FORMAT_MESSAGE_IGNORE_INSERTS,
|
||||||
NULL,
|
NULL,
|
||||||
errNum,
|
errNum,
|
||||||
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
|
MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
|
||||||
(LPTSTR) &buf,
|
(LPTSTR) &buf,
|
||||||
sizeof(buf),
|
sizeof(buf),
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in New Issue