Don't generate report files with '/', '\\' or '?' characters.

This commit is contained in:
2017-06-03 01:22:59 +01:00
parent 39e72a1cf9
commit 9fd65d9e6f
2 changed files with 5 additions and 18 deletions

View File

@@ -1,20 +1,5 @@
* Main.cs:
Submit pending statistics on bootup.
* Commands/Statistics.cs:
Call to statistics from metadata.
* Commands/DeviceReport.cs:
Added code to submit statistics.
* ChangeLog:
* ChangeLog:
* DiscImageChef.csproj:
Project file formatting.
Don't generate report files with '/', '\\' or '?' characters.
2017-05-28 Natalia Portillo <claunia@claunia.com>