From 8bb036b22e9ee08261a2a093dbd364710bd84b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Sun, 3 Mar 2019 15:57:43 +0100 Subject: [PATCH] Use macro DEBUGFILE --- rastertozj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rastertozj.c b/rastertozj.c index 06d1a60..09e7945 100644 --- a/rastertozj.c +++ b/rastertozj.c @@ -226,7 +226,7 @@ int main(int argc, char *argv[]) fd = 0; #ifdef DEBUGP - lfd = fopen ("/tmp/raster.txt","w"); + lfd = fopen (DEBUGFILE, "w"); #endif initializeSettings(argv[5]);