Merge branch 'master' of https://github.com/TASVideos/BizHawk
This commit is contained in:
commit
37445ccb89
|
@ -46,7 +46,7 @@ namespace BizHawk.Common
|
|||
static void ThreadProc()
|
||||
{
|
||||
var di = new DirectoryInfo(Path.GetTempPath());
|
||||
for (; ; )
|
||||
for (;;)
|
||||
{
|
||||
var fis = di.GetFiles("bizdelete-*");
|
||||
foreach (var fi in fis)
|
||||
|
@ -73,4 +73,5 @@ namespace BizHawk.Common
|
|||
}
|
||||
|
||||
static System.Threading.Thread thread;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue