forked from pool/gnuplot
.
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=27
This commit is contained in:
parent
e4b2452a08
commit
1e6a74c439
@ -156,7 +156,7 @@
|
|||||||
+ char hfile[64];
|
+ char hfile[64];
|
||||||
+ struct stat buf;
|
+ struct stat buf;
|
||||||
+
|
+
|
||||||
+ strcpy (hfile, "/usr/share/gnuplot/4.0/gnuplot-");
|
+ sprintf(hfile, "/usr/share/gnuplot/%s/gnuplot-", gnuplot_version);
|
||||||
+ strncat(hfile, msg, 2);
|
+ strncat(hfile, msg, 2);
|
||||||
+ strcat (hfile, ".gih");
|
+ strcat (hfile, ".gih");
|
||||||
+ if (stat(hfile, &buf) == 0)
|
+ if (stat(hfile, &buf) == 0)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 11:46:11 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix version control of further help messages, fix done
|
||||||
|
by Dieter Jurzitza (bnc#746299)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 13 08:33:16 UTC 2011 - cfarrell@suse.com
|
Tue Dec 13 08:33:16 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user