about summary refs log tree commit diff stats
path: root/src/LYLeaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYLeaks.c')
-rw-r--r--src/LYLeaks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYLeaks.c b/src/LYLeaks.c
index d1bdaf97..52b86b91 100644
--- a/src/LYLeaks.c
+++ b/src/LYLeaks.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYLeaks.c,v 1.38 2016/11/24 15:35:29 tom Exp $
+ * $LynxId: LYLeaks.c,v 1.39 2018/03/28 09:28:32 tom Exp $
  *
  *	Copyright (c) 1994, University of Kansas, All Rights Reserved
  *	(this file was rewritten twice - 1998/1999 and 2003/2004)
@@ -197,7 +197,7 @@ void LYLeaks(void)
      * Open the leakage sink to take all the output.  Recreate the file each
      * time.  Do nothing if unable to open the file.
      */
-    Fp_leakagesink = LYNewTxtFile(LEAKAGE_SINK);
+    Fp_leakagesink = LYNewTxtFile(LYLeaksPath);
     if (Fp_leakagesink == NULL) {
 	return;
     }