mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Fixed some compiler warnings (#1577)
* Fixed some compiler warnings * Changed long to int
This commit is contained in:
@@ -407,7 +407,8 @@ namespace FancyZonesEditor
|
||||
}
|
||||
|
||||
inputStream.Close();
|
||||
} catch (Exception ex)
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
LayoutModel.ShowExceptionMessageBox("Error parsing device info data", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user