mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[misc] update license URLs and align ms-sys's write_data buffer to 4K
* Also remove some obsolete TODOs
This commit is contained in:
parent
e3970ba707
commit
4c816a519e
9 changed files with 28 additions and 35 deletions
|
@ -71,7 +71,6 @@ const char* WinInetErrorString(void)
|
|||
if ((error_code < INTERNET_ERROR_BASE) || (error_code > INTERNET_ERROR_LAST))
|
||||
return WindowsErrorString();
|
||||
|
||||
// TODO: These should be localized on an ad-hoc basis
|
||||
switch(error_code) {
|
||||
case ERROR_INTERNET_OUT_OF_HANDLES:
|
||||
return "No more handles could be generated at this time.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue