1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-08 19:51:05 +03:00
openwrt-packages/gnuplot-ggi/patches/020-ggi-setmode.patch

13 lines
471 B
Diff
Raw Normal View History

Index: gnuplot-4.4.0/term/ggi.trm
===================================================================
--- gnuplot-4.4.0.orig/term/ggi.trm 2011-01-04 21:47:00.000000000 +0100
+++ gnuplot-4.4.0/term/ggi.trm 2011-01-04 21:47:45.000000000 +0100
@@ -374,6 +374,7 @@
/* user specified mode */
if (!ggiParseMode(GGI_mode_spec, &mode)) {
mode.frames = GGI_frames;
+ ggiCheckMode(GGIvisual, &mode);
if (!ggiSetMode(GGIvisual, &mode)) {
success = 1;
}