X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fpathlist.c;fp=src%2Fpathlist.c;h=9ce3929ea9c2a3d119d5667a538b75e901229135;hp=b0bd820bd1fc61ad9d3820247c31b1475592dfea;hb=5864d8266f61b38fc5836a3cc72dbc6ba0d285be;hpb=47fcf3c14dec59bb5338b6e53890ab83c0ad4f2b diff --git a/src/pathlist.c b/src/pathlist.c index b0bd820b..9ce3929e 100644 --- a/src/pathlist.c +++ b/src/pathlist.c @@ -33,7 +33,7 @@ read_path_list_file(const tchar *listfile, tchar ***paths_ret, size_t *num_paths_ret, void **mem_ret) { - STRING_SET(paths); + STRING_LIST(paths); struct text_file_section tmp = { .name = T(""), .strings = &paths,