hbpp.c per Paul
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user