X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;fp=src%2Fextract.c;h=01bc1a5bebca03ff52769104f8f0bd76c193372d;hp=9275c352b427dac58600ff0474e9c577d3b6ae14;hb=4e8898e104c5a681a7530966464c4f7248c8762f;hpb=bace54e41fb66084315079072a293d578fcc37bd diff --git a/src/extract.c b/src/extract.c index 9275c352..01bc1a5b 100644 --- a/src/extract.c +++ b/src/extract.c @@ -1754,13 +1754,11 @@ extract_single_image(WIMStruct *wim, int image, } static const tchar * const filename_forbidden_chars = -T( #ifdef __WIN32__ -"<>:\"/\\|?*" +T("<>:\"/\\|?*"); #else -"/" +T("/"); #endif -); /* This function checks if it is okay to use a WIM image's name as a directory * name. */