09edc319a1
hint.1 from inside patch-aa to the files/ directory.
13 lines
406 B
Text
13 lines
406 B
Text
$NetBSD: patch-ab,v 1.3 2005/09/28 18:59:41 rillig Exp $
|
|
|
|
--- hint.c.orig Sun May 31 22:34:52 1998
|
|
+++ hint.c Wed Sep 28 20:52:04 2005
|
|
@@ -90,7 +90,7 @@ void main(int argc, char *argv[])
|
|
#ifdef DEBUG
|
|
curv = stdout;
|
|
#else
|
|
- sprintf(filnm,"data/%s",argv[0]);
|
|
+ sprintf(filnm,"data/%s","DOUBLE");
|
|
if ((curv = fopen(filnm, "w")) == NULL)
|
|
{
|
|
printf("Could not open data file\n");
|