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.17 by maloninc, Tue Sep 13 01:37:43 2005 UTC revision 1.18 by maloninc, Tue Sep 13 04:22:15 2005 UTC
# Line 100  WikiList* mnModel::search(const char* se Line 100  WikiList* mnModel::search(const char* se
100                          for(i = 0; tokenList[i] != NULL; i++){                          for(i = 0; tokenList[i] != NULL; i++){
101                                  toLower(tokenList[i]);                                  toLower(tokenList[i]);
102                                  if(strstr((const char*)buf, (const char*)tokenList[i]) ||                                  if(strstr((const char*)buf, (const char*)tokenList[i]) ||
103                                          strstr((const char*)decodeFileNameBuf, (const char*)tokenList[i])) {                                          strstr((const char*)decodeFileNameBuf, (const char*)tokenList[i]) ||
104                                            strcmp((const char*)tokenList[i], (const char*)ALLMEMO_TAG) == 0) {
105                                          found = TRUE;                                          found = TRUE;
106                                  }                                  }
107                                  else {                                  else {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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