hbpp.c per Paul

This commit is contained in:
Andi Jahja
1999-06-27 03:03:30 +00:00
parent 5ad45e8a2e
commit 64af2ef5a6
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990627-09:00 "Paul Tucker" <ptucker@sympatico.ca>
* source/hbpp/hbpp.c
- change lines from 1246 to 1257
19990626-13:35 Ryszard Glab <rglab@imid.med.pl>
* source/rtl/copyfile.c

View File

@@ -1247,11 +1247,13 @@ int md_strAt(char *szSub, int lSubLen, char *szText)
{
State = STATE_QUOTE2;
lPos++;
continue;
}
else if ( *(szText+lPos) == '\'' )
{
State = STATE_QUOTE1;
lPos++;
continue;
}
if( toupper(*(szText + lPos)) == toupper(*(szSub + lSubPos)) )
{