Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnModel.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14 by maloninc, Tue Aug 16 22:16:43 2005 UTC revision 1.15 by maloninc, Fri Aug 26 11:17:51 2005 UTC
# Line 99  WikiList* mnModel::search(const char* se Line 99  WikiList* mnModel::search(const char* se
99                          for(i = 0; tokenList[i] != NULL; i++){                          for(i = 0; tokenList[i] != NULL; i++){
100                                  toLower(tokenList[i]);                                  toLower(tokenList[i]);
101                                  if(strstr((const char*)buf, (const char*)tokenList[i]) ||                                  if(strstr((const char*)buf, (const char*)tokenList[i]) ||
102                                          strstr((const char*)decodeFileName, (const char*)tokenList[i])) {                                          strstr((const char*)decodeFileNameBuf, (const char*)tokenList[i])) {
103                                          found = TRUE;                                          found = TRUE;
104                                  }                                  }
105                                  else {                                  else {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26