Dr. Werner Fink 2012-02-13 11:47:52 +00:00 committed by Git OBS Bridge
parent e4b2452a08
commit 1e6a74c439
2 changed files with 7 additions and 1 deletions

View File

@ -156,7 +156,7 @@
+ char hfile[64];
+ struct stat buf;
+
+ strcpy (hfile, "/usr/share/gnuplot/4.0/gnuplot-");
+ sprintf(hfile, "/usr/share/gnuplot/%s/gnuplot-", gnuplot_version);
+ strncat(hfile, msg, 2);
+ strcat (hfile, ".gih");
+ if (stat(hfile, &buf) == 0)

View File

@ -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