From ff4dc55435bda1ac6d42c21bb152d0d0f01d8ea7 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 6 Aug 2022 19:16:51 -0400 Subject: [PATCH] this needs to be fixed when we have time --- .../DataFormats/PropertyList/WindowsConfigurationDataFormat.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/UniversalEditor.Essential/DataFormats/PropertyList/WindowsConfigurationDataFormat.cs b/Libraries/UniversalEditor.Essential/DataFormats/PropertyList/WindowsConfigurationDataFormat.cs index dedb723d..9daee6c5 100644 --- a/Libraries/UniversalEditor.Essential/DataFormats/PropertyList/WindowsConfigurationDataFormat.cs +++ b/Libraries/UniversalEditor.Essential/DataFormats/PropertyList/WindowsConfigurationDataFormat.cs @@ -84,6 +84,7 @@ namespace UniversalEditor.DataFormats.PropertyList long pos = tr.Accessor.Position; // determine BOM + // FIXME: this is super inefficient as it makes more than a single pass through string line = tr.ReadLine(); if (line.StartsWith("\xff\xfe")) {