mshtml: Increment pointer as intended.
This commit is contained in:
parent
a6d28bcc52
commit
202a2ab755
|
@ -122,6 +122,7 @@ static BOOL handle_insert_comment(HTMLDocument *doc, const PRUnichar *comment)
|
||||||
majorv = majorv*10 + (*ptr++ - '0');
|
majorv = majorv*10 + (*ptr++ - '0');
|
||||||
|
|
||||||
if(*ptr == '.') {
|
if(*ptr == '.') {
|
||||||
|
ptr++;
|
||||||
if(!isdigitW(*ptr))
|
if(!isdigitW(*ptr))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
while(isdigitW(*ptr))
|
while(isdigitW(*ptr))
|
||||||
|
|
Loading…
Reference in New Issue