Maybe build on PPC too.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user