SHA256
1
0
forked from pool/gnuplot
Files
gnuplot/gnuplot-6.0.3-backward_compat.patch
Jan Fooken be7f946d2a Accepting request 1329514 from home:jfooken:branches:Publishing
This request updates Gnuplot to version 6.0.4, changes the PDF generation to use LuaTeX and removes very outdated French documentation. Furthermore, it re-bases present patches and removes two obsolete patches. For further information, please refer to the changes file.

OBS-URL: https://build.opensuse.org/request/show/1329514
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=181
2026-01-28 08:57:20 +00:00

18 lines
570 B
Diff

---
src/command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: src/command.c
===================================================================
--- src/command.c.orig
+++ src/command.c
@@ -2655,7 +2655,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)