2002-11-28 15:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-11-28 15:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/pp/ppcore.c
|
||||
! Bug fixed, related to list match markers
|
||||
|
||||
2002-11-27 13:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
! Bug fixed, reported by Carlos Andr©s
|
||||
|
||||
@@ -3240,6 +3240,12 @@ static int md_strAt( char * szSub, int lSubLen, char * szText, BOOL checkword, B
|
||||
lPos++;
|
||||
continue;
|
||||
}
|
||||
else if( *(szText+lPos) == ',' )
|
||||
{
|
||||
cLastChar = ',';
|
||||
lPos++;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user