summaryrefslogtreecommitdiff
path: root/pico/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/file.c')
-rw-r--r--pico/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/file.c b/pico/file.c
index 26cb34e0..73b9d168 100644
--- a/pico/file.c
+++ b/pico/file.c
@@ -304,8 +304,8 @@ insfile(int f, int n)
char tfname[NLINE];
if(gmode&MDSCUR){
- emlwrite(
- _("\007Restricted mode disallows uploaded command"),
+ emlwwrite(
+ _("Restricted mode disallows uploaded command"),
NULL);
return(0);
}