#取り急ぎBBS2chProxyConnection.cpp@20140424へのパッチ
@@ -890,3 +890,9 @@
else {
- if(!strncmp(ptr,"mailto:",7)) ptr += 7;
+ if(!strncmp(ptr,"mailto:",7)) {
+ ptr += 7;
+ endStr = "</a></b></div>";
+ }
+ else {
+ endStr = "</b></div>";
+ }
while(1) {
@@ -907,3 +913,2 @@
}
- endStr = "</a></b></div>";
while(*ptr != '>') ptr++;