changeset 2090:a8684a02f42e

Oops, useless leftover line. Removed.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Sep 2019 19:20:47 +0300
parents 6fbd7ff22922
children 10d63f13abcb
files mkloc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mkloc.c	Sun Sep 01 19:15:55 2019 +0300
+++ b/mkloc.c	Sun Sep 01 19:20:47 2019 +0300
@@ -124,7 +124,6 @@
         noptLocFiles++;
         if (noptLocFiles < LOC_MAX_FILES)
         {
-            f->filename = th_strdup(optArg);
             setLocFileInfo(&optLocFiles[noptLocFiles], optArg, NULL);
             THMSG(2, "Added location data file #%d '%s'\n", noptLocFiles, optArg);
         }