mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Simple warning fix.
This commit is contained in:
parent
c765c57d7f
commit
d3f1ff5f73
@ -2458,7 +2458,7 @@ InternetSearchDataSource::OnDataAvailable(nsIChannel* channel, nsISupports *ctxt
|
||||
if(NS_FAILED(rv))
|
||||
{
|
||||
decoder->Reset();
|
||||
char smallBuf[2];
|
||||
unsigned char smallBuf[2];
|
||||
smallBuf[0] = 0xFF;
|
||||
smallBuf[1] = 0xFD;
|
||||
context->AppendBytes( (const char *)&smallBuf, 2L);
|
||||
|
Loading…
Reference in New Issue
Block a user