summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ws2a/bugcomment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws2a/bugcomment.c b/ws2a/bugcomment.c
index a72488b..ce11a85 100644
--- a/ws2a/bugcomment.c
+++ b/ws2a/bugcomment.c
@@ -29,7 +29,7 @@ char* replaceHTML(char* str){
nstr[nstrp] = '\\';
nstr[nstrp+1] = 'n';
nstrp+=2;
- strp++;
+ strp+=3;
continue;
}
nstr[nstrp] = (char)hex;