Bug 352647 String literal converted to char* in formal argument name, in assignment, and in call

r=bienvenu sr=bienvenu
bustage fix, missed consumer
This commit is contained in:
timeless%mozdev.org 2006-09-17 00:16:41 +00:00
parent 664b6df306
commit 0c6258079e

View File

@ -100,7 +100,7 @@ nsCOMPtr<nsIStringBundle> stringBundle = nsnull;
static int MimeInlineTextSMIMEStub_parse_line (char *, PRInt32, MimeObject *);
static int MimeInlineTextSMIMEStub_parse_line (const char *, PRInt32, MimeObject *);
static int MimeInlineTextSMIMEStub_parse_eof (MimeObject *, PRBool);
static int MimeInlineTextSMIMEStub_parse_begin (MimeObject *obj);
@ -175,7 +175,7 @@ MimeInlineTextSMIMEStub_parse_begin(MimeObject *obj)
}
static int
MimeInlineTextSMIMEStub_parse_line(char *line, PRInt32 length, MimeObject *obj)
MimeInlineTextSMIMEStub_parse_line(const char *line, PRInt32 length, MimeObject *obj)
{
/*
* This routine gets fed each line of data, one at a time. We just buffer