[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/widgets pgrichedit.cpp,1.3.6.2,1.3.6.3
From: |
Eric Ross <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/widgets pgrichedit.cpp,1.3.6.2,1.3.6.3 |
Date: |
Thu, 12 Sep 2002 02:34:30 -0400 |
Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv1751/paragui/src/widgets
Modified Files:
Tag: devel-1-0
pgrichedit.cpp
Log Message:
Moved the declaration of the current word variable inside the loop to ensure
that every time it's empty.
Index: pgrichedit.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgrichedit.cpp,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgrichedit.cpp 30 Jul 2002 10:18:38 -0000 1.3.6.2
--- pgrichedit.cpp 12 Sep 2002 06:34:28 -0000 1.3.6.3
***************
*** 114,118 ****
void PG_RichEdit::ParseWords() {
size_t searchFrom = 0;
- std::string word;
my_ParsedWords.clear();
--- 114,117 ----
***************
*** 123,126 ****
--- 122,126 ----
int bl, ls;
bool space = false;
+ std::string word;
searchFrom = GetWord(searchFrom, &word, &wordDescr.my_EndMark);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/widgets pgrichedit.cpp,1.3.6.2,1.3.6.3,
Eric Ross <address@hidden> <=