summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 9c2563829..bb038801a 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1860,7 +1860,7 @@ fill_input_buf(int exit_on_error UNUSED)
# endif
);
# ifdef VMS
- len = vms_read(read_cmd_fd, (char *)inbuf + inbufcount, readlen);
+ len = vms_read((char *)inbuf + inbufcount, readlen);
# else
len = read(read_cmd_fd, (char *)inbuf + inbufcount, readlen);
# endif