From 585a5fddf52f882f1cadba469c3f45dcfa892df6 Mon Sep 17 00:00:00 2001 From: komaruchan Date: Tue, 26 May 2015 19:24:22 +0800 Subject: [PATCH] fix the validation logic in FeedbackForm --- mp4box/FeedbackForm.cs | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/mp4box/FeedbackForm.cs b/mp4box/FeedbackForm.cs index 286bff0..43c005d 100644 --- a/mp4box/FeedbackForm.cs +++ b/mp4box/FeedbackForm.cs @@ -45,17 +45,9 @@ namespace mp4box private string ReadLogFile(string logPath) { - if (File.Exists(logPath)) - { - string logContent = File.ReadAllText(logPath); - //logContent = logContent.Replace("\r\n", "