OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=178
16 lines
512 B
Diff
16 lines
512 B
Diff
---
|
|
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)
|