]> wimlib.net Git - wimlib/blobdiff - src/scan.c
wimextract: allow specifying listfile on stdin
[wimlib] / src / scan.c
index ab1f527310a16eccafe884ab2cc19fa2492f49b8..da6fc09e6f369050ba1dc5c879ef007ad81fb547 100644 (file)
@@ -214,9 +214,9 @@ read_capture_config(const tchar *config_file, const void *buf,
        };
        void *mem;
 
-       ret = do_load_text_file(config_file, buf, bufsize, &mem,
-                               sections, ARRAY_LEN(sections),
-                               LOAD_TEXT_FILE_REMOVE_QUOTES, mangle_pat);
+       ret = load_text_file(config_file, buf, bufsize, &mem,
+                            sections, ARRAY_LEN(sections),
+                            LOAD_TEXT_FILE_REMOVE_QUOTES, mangle_pat);
        if (ret) {
                ERROR("Failed to load capture configuration file \"%"TS"\"",
                      config_file);