Reverting changes accidentally checked in

git-svn-id: svn://10.0.0.236/trunk@47537 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
1999-09-15 05:28:31 +00:00
parent e66162265a
commit 696bbb41fa
3 changed files with 18 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ nsOutputStream& operator << (nsOutputStream& s, const nsPersistentFileDescriptor
sprintf(littleBuf, "%.8x", dataSize);
s << littleBuf;
// Now write the data itself
s << (char*)data;
s << (const char*)data;
return s;
}