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

@@ -1723,7 +1723,7 @@ ostream& operator<<(ostream& os,nsString2& aString){
* @param
* @return
*/
NS_BASE int fputs(const nsString2& aString, FILE* out)
NS_COM int fputs(const nsString2& aString, FILE* out)
{
char buf[100];
char* cp = buf;