Skip to content
Snippets Groups Projects
Commit 100e3596 authored by rswindell's avatar rswindell
Browse files

Convert ex-ASCII chars to ASCII (in addition to stripping Ctrl-A codes) from

QWK taglines.
parent 38b3a231
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=strip_ctrl(template.sub.qwknet_tagline);
template.tagline=ascii_str(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