# HG changeset patch # User Matti Hamalainen # Date 1578214257 -7200 # Node ID cf8c31ed13ad041366ac9abc27904426cd4d0d8e # Parent 1f1e7934ae61120f4305407f4ef63d9320565f99 TH_DIR_SEPARATOR define was renamed to TH_DIR_SEPARATOR_CHR in th-libs. diff -r 1f1e7934ae61 -r cf8c31ed13ad sidinfo.c --- 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);