Simple warning fix.

This commit is contained in:
rjc%netscape.com 2000-02-07 08:45:51 +00:00
parent c765c57d7f
commit d3f1ff5f73

View File

@ -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);