summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/strmio.c')
-rw-r--r--base/strmio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/strmio.c b/base/strmio.c
index fbbfe871..aed84fb2 100644
--- a/base/strmio.c
+++ b/base/strmio.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -202,7 +202,7 @@ s_stdin_read_process(stream_state * st, stream_cursor_read * ignore_pr,
/* do the callout */
if (core->stdin_fn)
count = (*core->stdin_fn)
- (core->caller_handle, (char *)pw->ptr + 1,
+ (core->std_caller_handle, (char *)pw->ptr + 1,
core->stdin_is_interactive ? 1 : wcount);
else
count = gp_stdin_read((char *)pw->ptr + 1, wcount,