mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-14 22:03:16 -06:00
Removed forgotten _DGB_
git-svn-id: svn://ultimatepp.org/upp/trunk@433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
dc7165f896
commit
753dbc06ea
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ Vector<ItemTextPart> ParseItemNatural(const CppItemInfo& m, const char *s)
|
|||
{
|
||||
Vector<ItemTextPart> part;
|
||||
bool param = false;
|
||||
LOGHEXDUMP(m.natural, m.natural.GetLength()); _DBG_
|
||||
while(*s) {
|
||||
while(*s == '\2') s++;
|
||||
ItemTextPart& p = part.Add();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue