major rev to parsing engine

git-svn-id: svn://10.0.0.236/trunk@26286 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-04-05 06:55:49 +00:00
parent 51f222c7be
commit 716929551b
76 changed files with 1466 additions and 800 deletions

View File

@@ -620,7 +620,7 @@ nsString& nsScanner::GetBuffer(void) {
void nsScanner::CopyUnusedData(nsString& aCopyBuffer) {
PRInt32 theLen=mBuffer.Length();
if(0<theLen) {
mBuffer.Right(aCopyBuffer,theLen-mOffset);
mBuffer.Right(aCopyBuffer,theLen-mMarkPos);
}
}