Skip to content
Snippets Groups Projects
Commit eb923da2 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'flush-archive-list'

39b08858 cmSystemTools: Flush output buffer for list_item_verbose
parents 02946e0b 39b08858
No related branches found
No related tags found
No related merge requests found
......@@ -1499,6 +1499,7 @@ void list_item_verbose(FILE* out, struct archive_entry* entry)
{
fprintf(out, " -> %s", archive_entry_symlink(entry));
}
fflush(out);
}
long copy_data(struct archive* ar, struct archive* aw)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment