From 8951483ebf6862e56c50243cb5b2757679834e67 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Fri, 15 Dec 2000 23:19:43 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/downloader.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/downloader/downloader.cxx b/panda/src/downloader/downloader.cxx index 48f35ff8c1..96105e6b01 100644 --- a/panda/src/downloader/downloader.cxx +++ b/panda/src/downloader/downloader.cxx @@ -301,6 +301,7 @@ initiate(const string &file_name, Filename file_dest, // Attempt to open the destination file file_dest.set_binary(); + _dest_stream.setf(ios::unitbuf, 0); bool result; if (partial_content == true && first_byte > 0) result = file_dest.open_append(_dest_stream);