Report Diff db using cleanupSemantic function

This commit is contained in:
lsv 2026-07-02 16:25:12 +05:00
parent 7bbb99dd1f
commit 12731fbd84

View file

@ -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;