From b2dddda4ed4f63bb18ba22d54411900afa759183 Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Sun, 17 Dec 2017 21:55:51 +0000 Subject: [PATCH] updated version number intel fix --- About.xaml | 2 +- EVEData/EveManager.cs | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/About.xaml b/About.xaml index a751b72b..1a7151e8 100644 --- a/About.xaml +++ b/About.xaml @@ -8,6 +8,6 @@ Title="Slazangers Map Tool (SMT)" Height="200" Width="400" WindowStartupLocation="CenterOwner" ResizeMode="NoResize"> - + \ No newline at end of file diff --git a/EVEData/EveManager.cs b/EVEData/EveManager.cs index e1f31928..3576d31f 100644 --- a/EVEData/EveManager.cs +++ b/EVEData/EveManager.cs @@ -443,15 +443,15 @@ private void IntelFileWatcher_Changed(object sender, FileSystemEventArgs e) } string line = file.ReadLine(); - // trim any items off the front - if (line.Contains("[") && line.Contains("]")) - { - line = line.Substring(line.IndexOf("[")); - } while (line != null) - { + { // trim any items off the front + if (line.Contains("[") && line.Contains("]")) + { + line = line.Substring(line.IndexOf("[")); + } + fileReadFrom++; if (localChat)