mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 00:54:27 -04:00
[misc] last minute fixes and improvements for v1.4.0
* Fix missing DOS codepages for Asian languages (reported by Kyle) * Fix wrong label being reported when an USB HDD is present (reported by NaJiyoun) * Fix potential issue with error message reporting * Fix ISO button being truncated on high DPI displays * Improve French and Korean translations * Improve launch of updated application
This commit is contained in:
parent
7ba9ee6505
commit
e163ecb9eb
7 changed files with 49 additions and 37 deletions
|
@ -84,7 +84,7 @@ const char* WinInetErrorString(void)
|
|||
static char error_string[256];
|
||||
DWORD size = sizeof(error_string);
|
||||
|
||||
error_code = GetLastError();
|
||||
error_code = HRESULT_CODE(GetLastError());
|
||||
|
||||
if ((error_code < INTERNET_ERROR_BASE) || (error_code > INTERNET_ERROR_LAST))
|
||||
return WindowsErrorString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue