mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.3.1'
This commit is contained in:
commit
ec29cae8d7
2 changed files with 6 additions and 1 deletions
5
changes/bug22520
Normal file
5
changes/bug22520
Normal file
|
@ -0,0 +1,5 @@
|
|||
o Minor bugfixes (error reporting, windows):
|
||||
- When formatting Windows error messages, use the English format
|
||||
to avoid codepage issues. Fixes bug 22520; bugfix on
|
||||
0.1.2.8-alpha. Patch from "Vort".
|
||||
|
|
@ -3261,7 +3261,7 @@ format_win32_error(DWORD err)
|
|||
FORMAT_MESSAGE_FROM_SYSTEM |
|
||||
FORMAT_MESSAGE_IGNORE_INSERTS,
|
||||
NULL, err,
|
||||
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
|
||||
MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT),
|
||||
(LPVOID)&str,
|
||||
0, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue