21 lines
555 B
Text
21 lines
555 B
Text
$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");
|