Skip to content
Snippets Groups Projects
Commit 727af0d1 authored by rswindell's avatar rswindell
Browse files

remove_ctrl_a() requires both parms now (no longer C++) and DLL-exported.

parent f1e59302
No related branches found
No related tags found
No related merge requests found
...@@ -396,7 +396,7 @@ void quotestr(char *str) ...@@ -396,7 +396,7 @@ void quotestr(char *str)
j=strlen(str); j=strlen(str);
while(j && (str[j-1]==SP || str[j-1]==LF || str[j-1]==CR)) j--; while(j && (str[j-1]==SP || str[j-1]==LF || str[j-1]==CR)) j--;
str[j]=0; str[j]=0;
remove_ctrl_a(str); remove_ctrl_a(str,NULL);
} }
void sbbs_t::editor_inf(int xeditnum,char *dest, char *title, long mode void sbbs_t::editor_inf(int xeditnum,char *dest, char *title, long mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment