From b96dcb043f3d71d2f077a273d48e4be5be713528 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 2 Jul 2016 15:37:57 +0000 Subject: [PATCH] RichText: Fixed minor glitch in ParaData.cpp #1480 git-svn-id: svn://ultimatepp.org/upp/trunk@9996 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/RichText/ParaData.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/RichText/ParaData.cpp b/uppsrc/RichText/ParaData.cpp index af3dc4543..83d3cd98e 100644 --- a/uppsrc/RichText/ParaData.cpp +++ b/uppsrc/RichText/ParaData.cpp @@ -37,7 +37,6 @@ RichPara::~RichPara() cache.SetCount(i); break; } - i++; } } }