a little cleanup of code save point

This commit is contained in:
jeefo 2016-03-01 13:37:10 +03:00
commit f8344a464e
18 changed files with 1197 additions and 1141 deletions

View file

@ -2595,7 +2595,7 @@ public:
holder[j++] = m_bufferPtr[i];
holder[j] = 0;
result.Assign(holder);
result.Assign (holder);
delete [] holder;
return result;