Fix for Bug# 8229.

This commit is contained in:
harishd%netscape.com 1999-06-28 19:59:38 +00:00
parent 4cd9667374
commit e5798a9618
2 changed files with 2 additions and 2 deletions

View File

@ -644,7 +644,7 @@ nsresult WriteText(const nsString& aTextString,nsIContentSink& aSink,PRBool aPre
}
theSpaces+=8;
theOffset++;
theTextOffset=theOffset+1;
theTextOffset=theOffset;
}
break;

View File

@ -644,7 +644,7 @@ nsresult WriteText(const nsString& aTextString,nsIContentSink& aSink,PRBool aPre
}
theSpaces+=8;
theOffset++;
theTextOffset=theOffset+1;
theTextOffset=theOffset;
}
break;