X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fpathlist.c;h=9ce3929ea9c2a3d119d5667a538b75e901229135;hb=df84fc50295e41ea1616b68685c6d8dea8ffd84e;hp=b0bd820bd1fc61ad9d3820247c31b1475592dfea;hpb=3071e89c11d1be71cf45b694432e5908e0c4ded9;p=wimlib 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,