[misc] various small improvements

* Less scary message from bad blocks
* Better error report for read/write_sectors
* Fix a WDK warning
This commit is contained in:
Pete Batard 2012-11-03 17:22:28 +00:00
parent 261834e31f
commit 8dc5429d9f
5 changed files with 11 additions and 9 deletions

View file

@ -944,7 +944,7 @@ BOOL IsShown(HWND hDlg)
LONG GetEntryWidth(HWND hDropDown, const char *entry)
{
HDC hDC;
HFONT hFont, hDefFont;
HFONT hFont, hDefFont = NULL;
SIZE size;
WCHAR* wentry = NULL;
int len;