File gnuplot-6.0.3-backward_compat.patch of Package gnuplot
---
src/command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- src/command.c
+++ src/command.c 2025-06-11 08:00:24.047462255 +0000
@@ -2638,7 +2638,7 @@ reread_command()
#ifdef BACKWARD_COMPATIBILITY
FILE *fp;
c_token++;
- if (evaluate_inside_functionblock || multiplot || multiplot_playback)
+ if (evaluate_inside_functionblock || in_multiplot || multiplot_playback)
int_error(NO_CARET, "reread command not possible here");
fp = lf_top();
if (fp != (FILE *) NULL)