mshtml: Increment pointer as intended.

This commit is contained in:
Joris Huizer 2008-12-31 17:16:23 +01:00 committed by Alexandre Julliard
parent a6d28bcc52
commit 202a2ab755
1 changed files with 1 additions and 0 deletions

View File

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