mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-09-16 15:24:28 -04:00
Forgot the journal poker
This commit is contained in:
@@ -425,7 +425,7 @@ namespace Observatory
|
||||
{
|
||||
FileInfo fileToPoke = null;
|
||||
|
||||
foreach (var file in journalFolder.GetFiles("Journal.????????????.??.log"))
|
||||
foreach (var file in journalFolder.GetFiles("Journal.*.??.log"))
|
||||
{
|
||||
if (fileToPoke == null || string.Compare(file.Name, fileToPoke.Name) > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user