summaryrefslogtreecommitdiff
path: root/benchmarks/hint/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/hint/patches/patch-ab')
-rw-r--r--benchmarks/hint/patches/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/hint/patches/patch-ab b/benchmarks/hint/patches/patch-ab
new file mode 100644
index 00000000000..39767d5b2f0
--- /dev/null
+++ b/benchmarks/hint/patches/patch-ab
@@ -0,0 +1,19 @@
+*** hint.c.ORIG Sun May 31 15:34:52 1998
+--- hint.c Mon Jun 15 09:44:53 1998
+***************
+*** 90,96 ****
+ #ifdef DEBUG
+ curv = stdout;
+ #else
+! sprintf(filnm,"data/%s",argv[0]);
+ if ((curv = fopen(filnm, "w")) == NULL)
+ {
+ printf("Could not open data file\n");
+--- 90,96 ----
+ #ifdef DEBUG
+ curv = stdout;
+ #else
+! sprintf(filnm,"data/%s","DOUBLE");
+ if ((curv = fopen(filnm, "w")) == NULL)
+ {
+ printf("Could not open data file\n");