Skip to content
Snippets Groups Projects
Commit 9c01c67e authored by rswindell's avatar rswindell
Browse files

Whoops, let's do both (not just convert ex-ASCII to ASCII).

parent 100e3596
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ else {
}
else if(template.sub.settings & SUB_QNET) {
template.type="QWK";
template.tagline=ascii_str(template.sub.qwknet_tagline);
template.tagline=ascii_str(strip_ctrl(template.sub.qwknet_tagline));
}
else if(template.sub.settings & SUB_PNET) {
template.type="PostLink";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment