From 12731fbd84cde1306d1a41b16270bed0899b7749 Mon Sep 17 00:00:00 2001 From: lsv Date: Thu, 2 Jul 2026 16:25:12 +0500 Subject: [PATCH] Report Diff db using cleanupSemantic function --- frm/frmReport.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frm/frmReport.cpp b/frm/frmReport.cpp index d353bc6..0341bb0 100644 --- a/frm/frmReport.cpp +++ b/frm/frmReport.cpp @@ -2008,6 +2008,7 @@ std::wstring reportCompareFactory::printdiff(std::wstring str1, std::wstring str return L""; } diffs=dmp.diff_main(str1,str2,true); + dmp.diff_cleanupSemantic(diffs); int nstart=0; int pos=0; countdiffline=0;