Maybe build on PPC too.

This commit is contained in:
bzbarsky@mit.edu
2002-11-19 03:43:01 +00:00
parent 508da80739
commit 7e06a73f73

View File

@@ -516,7 +516,7 @@ WriteSegmentToString(nsIInputStream* aStream,
#ifdef IS_LITTLE_ENDIAN #ifdef IS_LITTLE_ENDIAN
outString->Append(PRUnichar(NS_SWAP16(unichar))); outString->Append(PRUnichar(NS_SWAP16(unichar)));
#else #else
outString->Append(newByte); outString->Append(unichar);
#endif #endif
// now skip past the first byte of the buffer.. code from here // now skip past the first byte of the buffer.. code from here