From 517354173008594980bc09a5dc082908d6dc514a Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 4 Aug 2015 18:44:21 -0500 Subject: [PATCH] fix #460 --- BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs b/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs index 6a8bc5f258..c45595b290 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs @@ -45,7 +45,7 @@ namespace BizHawk.Client.Common return le .Replace(".", " ") .Replace("|", "") - .Replace(" 0, 0,", " "); + .Replace(" 0,", " "); //zero 04-aug-2015 - changed from a 2-dimensional type string to support emptying out the one-dimensional PSX disc select control } public bool IsEmpty