]> wimlib.net Git - wimlib/blobdiff - src/win32_apply.c
Check for case where too many identical files are being extracted
[wimlib] / src / win32_apply.c
index 0cd67afabffa0a5932501567e632762cb4ffdbf5..4f4cf6eb3350658bc01f14150fc7eeb2bfb0a2f1 100644 (file)
@@ -1359,7 +1359,7 @@ begin_extract_stream_instance(const struct wim_lookup_table_entry *stream,
 
        /* Too many open handles?  */
        if (ctx->num_open_handles == MAX_OPEN_HANDLES) {
-               ERROR("Too many open handles!");
+               ERROR("Can't extract data: too many open files!");
                return WIMLIB_ERR_UNSUPPORTED;
        }