changeset 250:cf8c31ed13ad

TH_DIR_SEPARATOR define was renamed to TH_DIR_SEPARATOR_CHR in th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jan 2020 10:50:57 +0200
parents 1f1e7934ae61
children 1e7c2c87e1e0
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Sun Jan 05 10:17:36 2020 +0200
+++ b/sidinfo.c	Sun Jan 05 10:50:57 2020 +0200
@@ -1108,7 +1108,7 @@
     BOOL ret = TRUE;
 
     if (filename != NULL)
-        npath = th_strdup_printf("%s%c%s", path, TH_DIR_SEPARATOR, filename);
+        npath = th_strdup_printf("%s%c%s", path, TH_DIR_SEPARATOR_CHR, filename);
     else
         npath = th_strdup(path);