From 727af0d16e830145c7062080d46082778780a58c Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 15 Apr 2001 16:48:21 +0000 Subject: [PATCH] remove_ctrl_a() requires both parms now (no longer C++) and DLL-exported. --- src/sbbs3/writemsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/writemsg.cpp b/src/sbbs3/writemsg.cpp index f241036265..8b73f8a35f 100644 --- a/src/sbbs3/writemsg.cpp +++ b/src/sbbs3/writemsg.cpp @@ -396,7 +396,7 @@ void quotestr(char *str) j=strlen(str); while(j && (str[j-1]==SP || str[j-1]==LF || str[j-1]==CR)) j--; 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 -- GitLab