Browse CVS Repository
Diff of /malonnote/mnModel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|