Module: wine Branch: master Commit: 202a2ab755046b984164d88e7ccfdc369aa12d7d URL: http://source.winehq.org/git/wine.git/?a=commit;h=202a2ab755046b984164d88e7c...
Author: Joris Huizer joris_huizer@yahoo.com Date: Wed Dec 31 17:16:23 2008 +0100
mshtml: Increment pointer as intended.
---
dlls/mshtml/mutation.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/mutation.c b/dlls/mshtml/mutation.c index edd3dca..3994888 100644 --- a/dlls/mshtml/mutation.c +++ b/dlls/mshtml/mutation.c @@ -122,6 +122,7 @@ static BOOL handle_insert_comment(HTMLDocument *doc, const PRUnichar *comment) majorv = majorv*10 + (*ptr++ - '0');
if(*ptr == '.') { + ptr++; if(!isdigitW(*ptr)) return FALSE; while(isdigitW(*ptr))