Merge from vendor branch TNF:
[pkgsrc.git] / benchmarks / hint / patches / patch-ab
1 $NetBSD$
2
3 *** hint.c.ORIG Sun May 31 15:34:52 1998
4 --- hint.c      Mon Jun 15 09:44:53 1998
5 ***************
6 *** 90,96 ****
7   #ifdef DEBUG
8       curv = stdout;
9   #else
10 !     sprintf(filnm,"data/%s",argv[0]);
11       if ((curv = fopen(filnm, "w")) == NULL)
12       {
13           printf("Could not open data file\n");
14 --- 90,96 ----
15   #ifdef DEBUG
16       curv = stdout;
17   #else
18 !     sprintf(filnm,"data/%s","DOUBLE");
19       if ((curv = fopen(filnm, "w")) == NULL)
20       {
21           printf("Could not open data file\n");