mirror of
https://github.com/blueskythlikesclouds/SonicAudioTools.git
synced 2025-02-13 01:04:30 +01:00
Update to fix a bug with scanning files in use by ACBFinder (#11)
This commit is contained in:
parent
4446fe882c
commit
5cb8669240
@ -47,6 +47,7 @@ namespace AcbFinder
|
||||
int AWBsFound = 0;
|
||||
foreach (var filePath in di)
|
||||
{
|
||||
if (filePath.Contains("ACBFinder.exe") || filePath.Contains("SonicAudioLib.dll") || filePath.Contains("ACB_FinderLog.txt")) continue;
|
||||
using (var stream = File.OpenRead(filePath))
|
||||
{
|
||||
stream.Read(buffer, 0, 4);
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.1")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.1")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user