Landing xpcom20/21 branch.

git-svn-id: svn://10.0.0.236/trunk@32644 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com
1999-05-26 01:38:36 +00:00
parent 300d6f0885
commit befa259a88
460 changed files with 3692 additions and 1767 deletions

View File

@@ -2217,7 +2217,7 @@ ostream& operator<<(ostream& os,nsAutoString1& aString){
* @param
* @return
*/
NS_BASE int fputs(const nsString1& aString, FILE* out){
NS_COM int fputs(const nsString1& aString, FILE* out){
char buf[200];
char* cp = buf;
PRInt32 aLength=aString.Length();