blob: 2a149348a53684383d4789a995295e3c5b6f3720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.2 1999/02/10 14:59:50 frueauf Exp $
*** 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");
|